mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
ebf155d635
* Add textobject queries for HCL * Add to lang-support.md
7 lines
145 B
Scheme
7 lines
145 B
Scheme
(comment) @comment.inside
|
|
(comment)+ @comment.around
|
|
|
|
(function_arguments
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|