Use @attribute
scope for JSX attributes (#12416)
This commit is contained in:
parent
f80ae997f2
commit
e856dde738
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
; Attributes
|
||||
; ----------
|
||||
|
||||
(jsx_attribute (property_identifier) @variable.other.member)
|
||||
(jsx_attribute (property_identifier) @attribute)
|
||||
|
||||
; Punctuation
|
||||
; -----------
|
||||
|
|
Loading…
Reference in a new issue