blob: c7a163e6c9d507dd184bb21c0f0f55c7c7c0fb8d (
plain)
1
2
3
4
5
6
7
8
|
;; Inject CSS into JSX style strings
((jsx_attribute
(property_identifier) @_prop
(string
(string_fragment) @injection.content))
(#eq? @_prop "style")
(#set! injection.language "css"))
|