Disable combined injections for HEEx

This commit is contained in:
Clay 2021-08-16 15:53:10 -07:00 committed by Thomas Vigouroux
parent 92fe58ca83
commit 7e82ea4e7b

View file

@ -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