aboutsummaryrefslogtreecommitdiffstats
path: root/queries/html/injections.scm
blob: 682431195a1f69d1121ac001bf1c24dc44753a22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
((style_element
  (raw_text) @css))

((attribute
   (attribute_name) @_attr
   (quoted_attribute_value (attribute_value) @css))
 (#eq? @_attr "style"))

((script_element
  (raw_text) @javascript))

(comment) @comment