mirror of https://github.com/helix-editor/helix
Update tree-sitter-git-commit, add comment textobject (#6439)
The update includes a fix for comments in commit messages where there was no space separating the '#' and the comment text. The comment textobject can be useful occasionally to jump to the summary part of the commit edit message.pull/6188/merge
parent
2af14a24ab
commit
d7431db55c
@ -0,0 +1,2 @@
|
||||
(comment) @comment.inside
|
||||
(comment)+ @comment.around
|
Loading…
Reference in New Issue