2020-11-24 16:01:40 +07:00
|
|
|
((style_element
|
|
|
|
|
(raw_text) @css))
|
|
|
|
|
|
2021-02-06 17:27:42 -05:00
|
|
|
((attribute
|
|
|
|
|
(attribute_name) @_attr
|
|
|
|
|
(quoted_attribute_value (attribute_value) @css))
|
|
|
|
|
(#match? @_attr "^style$"))
|
|
|
|
|
|
2020-11-24 16:01:40 +07:00
|
|
|
((script_element
|
|
|
|
|
(raw_text) @javascript))
|