Skip to content

Commit 96ec57b

Browse files
committed
Remove incorrect treesitter hint
1 parent 6394e2b commit 96ec57b

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
@@ -758,10 +758,10 @@ impl FallbackCommand {
758758

759759
#[rustfmt::skip]
760760
static_fallback_commands!(
761-
select_textobject_inside_surrounding_pair, "Select inside any character pair (tree-sitter)",
762-
select_textobject_around_surrounding_pair, "Select around any character pair (tree-sitter)",
763-
select_textobject_inside_prev_pair, "Select inside previous character pair (tree-sitter)",
764-
select_textobject_inside_next_pair, "Select inside next character pair (tree-sitter)",
761+
select_textobject_inside_surrounding_pair, "Select inside any character pair",
762+
select_textobject_around_surrounding_pair, "Select around any character pair",
763+
select_textobject_inside_prev_pair, "Select inside previous character pair",
764+
select_textobject_inside_next_pair, "Select inside next character pair",
765765
);
766766
}
767767

0 commit comments

Comments
 (0)