aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/lua/highlights.scm7
1 files changed, 4 insertions, 3 deletions
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