fix(lua): highlights for attribute

This commit is contained in:
Munif Tanjim 2023-09-07 11:45:24 +06:00 committed by Amaan Qureshi
parent adfebcfe75
commit 80b4fa7970

View file

@ -140,9 +140,10 @@
(#eq? @keyword.coroutine "coroutine"))
(variable_list
attribute: (attribute
(["<" ">"] @punctuation.bracket
(identifier) @attribute)))
(attribute
"<" @punctuation.bracket
(identifier) @attribute
">" @punctuation.bracket))
;; Labels