Skip to content

Commit 62519b4

Browse files
committed
Remove incorrect treesitter hint
1 parent e3a1770 commit 62519b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helix-term/src/commands.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,10 @@ impl FallbackCommand {
749749

750750
#[rustfmt::skip]
751751
static_fallback_commands!(
752-
select_textobject_inside_surrounding_pair, "Select inside any character pair (tree-sitter)",
753-
select_textobject_around_surrounding_pair, "Select around any character pair (tree-sitter)",
754-
select_textobject_inside_prev_pair, "Select inside previous character pair (tree-sitter)",
755-
select_textobject_inside_next_pair, "Select inside next character pair (tree-sitter)",
752+
select_textobject_inside_surrounding_pair, "Select inside any character pair",
753+
select_textobject_around_surrounding_pair, "Select around any character pair",
754+
select_textobject_inside_prev_pair, "Select inside previous character pair",
755+
select_textobject_inside_next_pair, "Select inside next character pair",
756756
);
757757
}
758758

0 commit comments

Comments
 (0)