Update queries to use new syntax

This commit is contained in:
Max Brunsfeld 2020-05-14 14:50:01 -07:00
parent 047eafe80c
commit 92c17db0a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
((script_element
(raw_text) @injection.content)
(set! injection.language "javascript"))
(#set! injection.language "javascript"))
((style_element
(raw_text) @injection.content)
(set! injection.language "css"))
(#set! injection.language "css"))