mirror of https://github.com/helix-editor/helix
Add elixir & heex comment textobjects (#3179)
parent
255c1734cf
commit
b55573dc1d
|
@ -39,7 +39,7 @@
|
|||
| hare | ✓ | | ✓ | |
|
||||
| haskell | ✓ | | | `haskell-language-server-wrapper` |
|
||||
| hcl | ✓ | | ✓ | `terraform-ls` |
|
||||
| heex | ✓ | | | |
|
||||
| heex | ✓ | ✓ | | |
|
||||
| html | ✓ | | | `vscode-html-language-server` |
|
||||
| idris | | | | `idris2-lsp` |
|
||||
| iex | ✓ | | | |
|
||||
|
|
|
@ -31,3 +31,5 @@
|
|||
(arguments ((string) . (_)?))
|
||||
(do_block (_)* @test.inside)?)
|
||||
(#match? @_keyword "^(test|describe)$")) @test.around
|
||||
|
||||
(comment) @comment.around @comment.inside
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
(comment) @comment.around @comment.inside
|
Loading…
Reference in New Issue