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:
parent
eeb8782c54
commit
d8701bfd1e
2 changed files with 6 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
| hoon | ✓ | | | |
|
||||
| hosts | ✓ | | | |
|
||||
| html | ✓ | | | `vscode-html-language-server` |
|
||||
| hurl | ✓ | | ✓ | |
|
||||
| hurl | ✓ | ✓ | ✓ | |
|
||||
| hyprlang | ✓ | | ✓ | |
|
||||
| idris | | | | `idris2-lsp` |
|
||||
| iex | ✓ | | | |
|
||||
|
|
5
runtime/queries/hurl/textobjects.scm
Normal file
5
runtime/queries/hurl/textobjects.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
(comment) @comment.inside
|
||||
|
||||
(comment)+ @comment.around
|
||||
|
||||
(entry (_) @function.inside) @function.around
|
Loading…
Reference in a new issue