Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/heex/injections.scm')
-rw-r--r--runtime/queries/heex/injections.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/queries/heex/injections.scm b/runtime/queries/heex/injections.scm
index 159b6f0e..ad4e4faa 100644
--- a/runtime/queries/heex/injections.scm
+++ b/runtime/queries/heex/injections.scm
@@ -6,11 +6,7 @@
; <%= if true do %>
; <p>hello, tree-sitter!</p>
; <% end %>
-((directive
- [
- (partial_expression_value)
- (ending_expression_value)
- ] @injection.content)
+((directive (partial_expression_value) @injection.content)
(#set! injection.language "elixir")
(#set! injection.include-children)
(#set! injection.combined))
@@ -23,6 +19,3 @@
; <link href={ Routes.static_path(..) } />
((expression (expression_value) @injection.content)
(#set! injection.language "elixir"))
-
-((comment) @injection.content
- (#set! injection.language "comment")) \ No newline at end of file