diff --git a/runtime/queries/_jsx/highlights.scm b/runtime/queries/_jsx/highlights.scm index 2a696641ca19..7061b5819770 100644 --- a/runtime/queries/_jsx/highlights.scm +++ b/runtime/queries/_jsx/highlights.scm @@ -25,7 +25,7 @@ ; Attributes ; ---------- -(jsx_attribute (property_identifier) @variable.other.member) +(jsx_attribute (property_identifier) @attribute) ; Punctuation ; -----------