diff --git a/queries/highlights.scm b/queries/highlights.scm index f5bf998..5bdfcab 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -132,9 +132,10 @@ (#eq? @variable.builtin "self")) (variable_list - attribute: (attribute - (["<" ">"] @punctuation.bracket - (identifier) @attribute))) + (attribute + "<" @punctuation.bracket + (identifier) @attribute + ">" @punctuation.bracket)) ;; Constants