Skip to content

Commit

Permalink
use template chars for injection content
Browse files Browse the repository at this point in the history
  • Loading branch information
helixbass committed Nov 14, 2023
1 parent 3dc2866 commit 8dc8f55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion queries/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
(member_expression
property: (property_identifier) @injection.language)
]
arguments: (template_string) @injection.content (#set! injection.include-children))
arguments: (template_string
(template_chars) @injection.content
))

; Parse regex syntax within regex literals

Expand Down

0 comments on commit 8dc8f55

Please sign in to comment.