Skip to content

Commit 05e3631

Browse files
committed
Fix '#eq?' predicate in injections query
Fixes #39
1 parent 5d0c1bf commit 05e3631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/injections.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
((sigil
33
(sigil_name) @_sigil_name
44
(quoted_content) @injection.content)
5-
(#eq @_sigil_name "H")
5+
(#eq? @_sigil_name "H")
66
(#set! injection.language "heex")
77
(#set! injection.combined))

0 commit comments

Comments
 (0)