This commit is contained in:
Santos Gallegos 2021-02-10 22:18:00 -05:00 committed by Thomas Vigouroux
parent b86555d9c3
commit 76a7000384
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
((attribute
(attribute_name) @_attr
(quoted_attribute_value (attribute_value) @css))
(#match? @_attr "^style$"))
(#eq? @_attr "style"))
((script_element
(raw_text) @javascript))