mirror of https://github.com/helix-editor/helix
Use `@attribute` scope for JSX attributes (#12416)
parent
f80ae997f2
commit
e856dde738
|
@ -25,7 +25,7 @@
|
||||||
; Attributes
|
; Attributes
|
||||||
; ----------
|
; ----------
|
||||||
|
|
||||||
(jsx_attribute (property_identifier) @variable.other.member)
|
(jsx_attribute (property_identifier) @attribute)
|
||||||
|
|
||||||
; Punctuation
|
; Punctuation
|
||||||
; -----------
|
; -----------
|
||||||
|
|
Loading…
Reference in New Issue