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>
pull/10636/head
TobiEiss 1 month ago committed by GitHub
parent eeb8782c54
commit d8701bfd1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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