nvim-treesitter/queries/html/injections.scm

11 lines
202 B
Scheme
Raw Normal View History

((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$"))
((script_element
(raw_text) @javascript))