Update queries to use new syntax
This commit is contained in:
parent
047eafe80c
commit
92c17db0a9
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue