Merge branch 'main' into compile_time_dev_woes
This commit is contained in:
commit
34169dada4
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
; injections.scm
|
; injections.scm
|
||||||
; --------------
|
; --------------
|
||||||
(script_element
|
((script_element
|
||||||
(raw_text) @content
|
(start_tag
|
||||||
|
(attribute
|
||||||
|
(quoted_attribute_value (attribute_value) @_language))?)
|
||||||
|
(raw_text) @content)
|
||||||
|
(#eq? @_language "")
|
||||||
(#set! "language" "javascript"))
|
(#set! "language" "javascript"))
|
||||||
|
|
||||||
((script_element
|
((script_element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue