Skip to content

Commit

Permalink
Use @attribute scope for JSX attributes (helix-editor#12416)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored and Desdaemon committed Jan 6, 2025
1 parent 8fb2b18 commit fb597f4
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 fb597f4

Please sign in to comment.