From 20e67a1b8a862b89d3303840760f59b689d7b8db Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Sun, 17 Mar 2024 18:45:08 +0100 Subject: [PATCH] correctly highlight attributes --- runtime/queries/glimmer/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/glimmer/highlights.scm b/runtime/queries/glimmer/highlights.scm index ce0b88906d757..973ebea1fca19 100644 --- a/runtime/queries/glimmer/highlights.scm +++ b/runtime/queries/glimmer/highlights.scm @@ -8,7 +8,7 @@ ((tag_name) @constructor (#match? @constructor "^[A-Z]")) -(attribute_name) @variable.other.member +(attribute_name) @attribute (string_literal) @string (number_literal) @constant.numeric.integer