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.
~H
1 parent 1dabc1c commit ec1c4caCopy full SHA for ec1c4ca
queries/injections.scm
@@ -0,0 +1,7 @@
1
+; Phoenix HTML template
2
+((sigil
3
+ (sigil_name) @_sigil_name
4
+ (quoted_content) @injection.content)
5
+ (#eq @_sigil_name "H")
6
+ (#set! injection.language "heex")
7
+ (#set! injection.combined))
0 commit comments