Merge branch 'main' into compile_time_dev_woes

This commit is contained in:
Piotr Osiewicz 2024-02-23 15:13:52 +01:00
commit 34169dada4

View file

@ -1,7 +1,11 @@
; injections.scm
; --------------
(script_element
(raw_text) @content
((script_element
(start_tag
(attribute
(quoted_attribute_value (attribute_value) @_language))?)
(raw_text) @content)
(#eq? @_language "")
(#set! "language" "javascript"))
((script_element