mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
Disable combined injections for HEEx
This commit is contained in:
parent
92fe58ca83
commit
7e82ea4e7b
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
||||||
|
; TODO: once @combined is fixed for all modules, replace this with the two queries below
|
||||||
|
(expression_value) @elixir
|
||||||
|
|
||||||
; Directives are combined to support do blocks
|
; Directives are combined to support do blocks
|
||||||
(directive (expression_value) @elixir @combined)
|
; (directive (expression_value) @elixir @combined)
|
||||||
|
|
||||||
; Expressions are not combined, as they exist separately from do blocks
|
; Expressions are not combined, as they exist separately from do blocks
|
||||||
(expression (expression_value) @elixir)
|
; (expression (expression_value) @elixir)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue