mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Add elixir & heex comment textobjects (#3179)
This commit is contained in:
parent
255c1734cf
commit
b55573dc1d
3 changed files with 4 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
| hare | ✓ | | ✓ | |
|
| hare | ✓ | | ✓ | |
|
||||||
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
||||||
| hcl | ✓ | | ✓ | `terraform-ls` |
|
| hcl | ✓ | | ✓ | `terraform-ls` |
|
||||||
| heex | ✓ | | | |
|
| heex | ✓ | ✓ | | |
|
||||||
| html | ✓ | | | `vscode-html-language-server` |
|
| html | ✓ | | | `vscode-html-language-server` |
|
||||||
| idris | | | | `idris2-lsp` |
|
| idris | | | | `idris2-lsp` |
|
||||||
| iex | ✓ | | | |
|
| iex | ✓ | | | |
|
||||||
|
|
|
@ -31,3 +31,5 @@
|
||||||
(arguments ((string) . (_)?))
|
(arguments ((string) . (_)?))
|
||||||
(do_block (_)* @test.inside)?)
|
(do_block (_)* @test.inside)?)
|
||||||
(#match? @_keyword "^(test|describe)$")) @test.around
|
(#match? @_keyword "^(test|describe)$")) @test.around
|
||||||
|
|
||||||
|
(comment) @comment.around @comment.inside
|
||||||
|
|
1
runtime/queries/heex/textobjects.scm
Normal file
1
runtime/queries/heex/textobjects.scm
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(comment) @comment.around @comment.inside
|
Loading…
Add table
Add a link
Reference in a new issue