Skip to content

Commit

Permalink
fix(queries): highlights for attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim committed Sep 7, 2023
1 parent 88e4464 commit 9668709
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@
(#eq? @variable.builtin "self"))

(variable_list
attribute: (attribute
(["<" ">"] @punctuation.bracket
(identifier) @attribute)))
(attribute
"<" @punctuation.bracket
(identifier) @attribute
">" @punctuation.bracket))

;; Constants

Expand Down

0 comments on commit 9668709

Please sign in to comment.