mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Add/improve textobject queries (#11513)
* 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
This commit is contained in:
parent
ff33b07756
commit
b90ec5c779
11 changed files with 71 additions and 8 deletions
4
runtime/queries/dockerfile/textobjects.scm
Normal file
4
runtime/queries/dockerfile/textobjects.scm
Normal file
|
@ -0,0 +1,4 @@
|
|||
(comment) @comment.inside
|
||||
|
||||
(comment)+ @comment.around
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue