Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/_jsx/highlights.scm')
| -rw-r--r-- | runtime/queries/_jsx/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/_jsx/highlights.scm b/runtime/queries/_jsx/highlights.scm index 2a696641..7061b581 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 ; ----------- |