Use @attribute scope for JSX attributes (#12416)

This commit is contained in:
uncenter 2025-01-05 17:33:08 -05:00 committed by GitHub
parent f80ae997f2
commit e856dde738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@
; Attributes
; ----------
(jsx_attribute (property_identifier) @variable.other.member)
(jsx_attribute (property_identifier) @attribute)
; Punctuation
; -----------