1
0
mirror of https://github.com/helix-editor/helix.git synced 2024-12-24 08:51:55 +04:00
helix-mirror/runtime/queries/cmake/textobjects.scm

15 lines
207 B
Scheme
Raw Normal View History

2022-11-19 00:13:13 +04:00
[
(macro_def)
(function_def)
] @function.around
(argument) @parameter.inside
[
(bracket_comment)
(line_comment)
] @comment.inside
(line_comment)+ @comment.around
(bracket_comment) @comment.around