10 lines
239 B
Scheme
10 lines
239 B
Scheme
(jsx_attribute
|
|
(property_identifier) @_attribute_name
|
|
(#any-of? @_attribute_name "class" "className" "style" "css" "tw")
|
|
[
|
|
(string
|
|
(string_fragment) @tailwind)
|
|
(jsx_expression
|
|
(template_string) @tailwind.inner)
|
|
])
|