We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0c1bf commit 05e3631Copy full SHA for 05e3631
queries/injections.scm
@@ -2,6 +2,6 @@
2
((sigil
3
(sigil_name) @_sigil_name
4
(quoted_content) @injection.content)
5
- (#eq @_sigil_name "H")
+ (#eq? @_sigil_name "H")
6
(#set! injection.language "heex")
7
(#set! injection.combined))
0 commit comments