From d611ccbd79024fbd353c880dc91b08a21413496e Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:25:05 -0500 Subject: [PATCH] Use `@attribute` scope for JSX attributes --- runtime/queries/_jsx/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -----------