This commit is contained in:
2026-06-03 05:23:07 +02:00
commit a67da8c917
102 changed files with 9238 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
; Styled Jsx <style jsx>
(jsx_element
(jsx_opening_element
(identifier) @_name
(#eq? @_name "style")
(jsx_attribute) @_attr
(#eq? @_attr "jsx"))
(jsx_expression
((template_string) @injection.content
(#set! injection.language "css"))
(#offset! @injection.content 0 1 0 -1)))