Skip to content

Commit

Permalink
fix: tweak template literal injection
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 2, 2024
1 parent 6d84193 commit 24b9885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion queries/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
(member_expression
property: (property_identifier) @injection.language)
]
arguments: (template_string (string_fragment) @injection.content))
arguments: (template_string (string_fragment) @injection.content)
(#set! injection.combined)
(#set! injection.include-children))


; Parse regex syntax within regex literals

Expand Down

0 comments on commit 24b9885

Please sign in to comment.