Use `@attribute` scope for JSX attributes (#12416)

pull/12426/head
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
1 changed files with 1 additions and 1 deletions

View File

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