highlights(lua): use #eq? instead of #match?

Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
This commit is contained in:
Janfel 2022-06-24 02:02:44 +02:00 committed by Stephan Seitz
parent 8d43730388
commit 881b932893

View file

@ -129,7 +129,7 @@
(identifier) @variable
((identifier) @variable.builtin
(#match? @variable.builtin "^self$"))
(#eq? @variable.builtin "self"))
;; Constants