add textobjects queries for hurl (#10594)

* add textobjects queries comment and function

* update doc for hurl lang support

* switch entry.inner to entry.outer

* switch to function.inside

---------

Co-authored-by: Tobias Eiß <te@clarilab.de>
This commit is contained in:
TobiEiss 2024-04-29 18:17:46 +02:00 committed by GitHub
parent eeb8782c54
commit d8701bfd1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -83,7 +83,7 @@
| hoon | ✓ | | | |
| hosts | ✓ | | | |
| html | ✓ | | | `vscode-html-language-server` |
| hurl | ✓ | | ✓ | |
| hurl | ✓ | | ✓ | |
| hyprlang | ✓ | | ✓ | |
| idris | | | | `idris2-lsp` |
| iex | ✓ | | | |

View File

@ -0,0 +1,5 @@
(comment) @comment.inside
(comment)+ @comment.around
(entry (_) @function.inside) @function.around