Skip to content

Commit b343687

Browse files
committed
Remove incorrect treesitter hint
1 parent 64e7e8e commit b343687

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
@@ -757,10 +757,10 @@ impl FallbackCommand {
757757

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

0 commit comments

Comments
 (0)