Add elixir & heex comment textobjects (#3179)

This commit is contained in:
Clay 2022-07-25 20:14:45 -05:00 committed by GitHub
parent 255c1734cf
commit b55573dc1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -39,7 +39,7 @@
| hare | ✓ | | ✓ | |
| haskell | ✓ | | | `haskell-language-server-wrapper` |
| hcl | ✓ | | ✓ | `terraform-ls` |
| heex | ✓ | | | |
| heex | ✓ | | | |
| html | ✓ | | | `vscode-html-language-server` |
| idris | | | | `idris2-lsp` |
| iex | ✓ | | | |

View file

@ -31,3 +31,5 @@
(arguments ((string) . (_)?))
(do_block (_)* @test.inside)?)
(#match? @_keyword "^(test|describe)$")) @test.around
(comment) @comment.around @comment.inside

View file

@ -0,0 +1 @@
(comment) @comment.around @comment.inside