Skip to content

Commit

Permalink
Use @attribute scope for JSX attributes (#12416)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jan 5, 2025
1 parent f80ae99 commit e856dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/_jsx/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; Attributes
; ----------

(jsx_attribute (property_identifier) @variable.other.member)
(jsx_attribute (property_identifier) @attribute)

; Punctuation
; -----------
Expand Down

0 comments on commit e856dde

Please sign in to comment.