aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/heex/injections.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/heex/injections.scm')
-rw-r--r--runtime/queries/heex/injections.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/heex/injections.scm b/runtime/queries/heex/injections.scm
index ad4e4faa..d97e4b3e 100644
--- a/runtime/queries/heex/injections.scm
+++ b/runtime/queries/heex/injections.scm
@@ -19,3 +19,6 @@
; <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