From e856dde738c5a410d13352ec4f6015070c992ac7 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:33:08 -0500 Subject: [PATCH] Use `@attribute` scope for JSX attributes (#12416) --- 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 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 ; -----------