mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
d8701bfd1e
* add textobjects queries comment and function * update doc for hurl lang support * switch entry.inner to entry.outer * switch to function.inside --------- Co-authored-by: Tobias Eiß <te@clarilab.de>
6 lines
101 B
Scheme
6 lines
101 B
Scheme
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
|
|
(entry (_) @function.inside) @function.around
|