mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Disable combined injections for HEEx
This commit is contained in:
parent
7933e5c6ab
commit
fda30099bf
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
|
||||
(directive (expression_value) @elixir @combined)
|
||||
; (directive (expression_value) @elixir @combined)
|
||||
|
||||
; Expressions are not combined, as they exist separately from do blocks
|
||||
(expression (expression_value) @elixir)
|
||||
; (expression (expression_value) @elixir)
|
||||
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue