Skip to content

Commit

Permalink
correctly highlight attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 19, 2024
1 parent 7e12285 commit 20e67a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/glimmer/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20e67a1

Please sign in to comment.