diff options
author | Clay | 2022-07-26 01:14:45 +0000 |
---|---|---|
committer | GitHub | 2022-07-26 01:14:45 +0000 |
commit | b55573dc1d1a15c53e91608b02ba22bf86cb5092 (patch) | |
tree | 961f504c133574d0f8d67b4c650741a44cb6af96 /runtime/queries/elixir | |
parent | 255c1734cfc46964e8faa21756ede2badd7b3813 (diff) |
Add elixir & heex comment textobjects (#3179)
Diffstat (limited to 'runtime/queries/elixir')
-rw-r--r-- | runtime/queries/elixir/textobjects.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/elixir/textobjects.scm b/runtime/queries/elixir/textobjects.scm index 227a52f4..cc1bee99 100644 --- a/runtime/queries/elixir/textobjects.scm +++ b/runtime/queries/elixir/textobjects.scm @@ -31,3 +31,5 @@ (arguments ((string) . (_)?)) (do_block (_)* @test.inside)?) (#match? @_keyword "^(test|describe)$")) @test.around + +(comment) @comment.around @comment.inside |