diff --git a/queries/lua/highlights.scm b/queries/lua/highlights.scm index 7608da57a..ecc81b91e 100644 --- a/queries/lua/highlights.scm +++ b/queries/lua/highlights.scm @@ -140,9 +140,10 @@ (#eq? @keyword.coroutine "coroutine")) (variable_list - attribute: (attribute - (["<" ">"] @punctuation.bracket - (identifier) @attribute))) + (attribute + "<" @punctuation.bracket + (identifier) @attribute + ">" @punctuation.bracket)) ;; Labels