mirror of https://github.com/helix-editor/helix
Add textobject queries for Nix (#9659)
* Add textobject queries for Nix * Add to lang-support.mdpull/9664/head
parent
c72426cc87
commit
2dc9ce68ec
@ -0,0 +1,9 @@
|
||||
(comment) @comment.inside
|
||||
(comment)+ @comment.around
|
||||
|
||||
(formals
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
(function_expression
|
||||
body: (_) @function.inside) @function.around
|
||||
|
Loading…
Reference in New Issue