feat: added self as builtin keyword for Lua

This commit is contained in:
Folke Lemaitre 2021-06-17 13:48:23 +02:00 committed by Thomas Vigouroux
parent 10f7f04c1b
commit d1f6a2a3d8

View file

@ -1,6 +1,8 @@
;;; Highlighting for lua
;;; Builtins
(self) @variable.builtin
;; Keywords
(if_statement