mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
b90ec5c779
* Add textobject queries for YAML * Add textobject queries for SQL * Add textobject queries for HOCON * Add textobject queries for git-config * Add textobject queries for env * Add textobject queries for Dockerfile * Add textobject queries for docker-compose * Add textobject queries for prisma * Add entry textobject queries for hcl * Add entry textobject queries for Nix * Update docs
13 lines
248 B
Scheme
13 lines
248 B
Scheme
(comment) @comment.inside
|
|
(comment)+ @comment.around
|
|
|
|
(formals
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
(function_expression
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(binding
|
|
(_) @entry.inside) @entry.around
|
|
|