We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dd0b5 commit c22e0b8Copy full SHA for c22e0b8
languages/elixir/injections.scm
@@ -45,3 +45,7 @@
45
]))
46
(#match? @_identifier "^(attr|slot)$")
47
(#set! injection.language "markdown")))
48
+
49
+; Support comment parsing languages
50
+((comment) @injection.content
51
+ (#set! injection.language "comment"))
0 commit comments