mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
feat: added self as builtin keyword for Lua
This commit is contained in:
parent
10f7f04c1b
commit
d1f6a2a3d8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
;;; Highlighting for lua
|
;;; Highlighting for lua
|
||||||
|
|
||||||
;;; Builtins
|
;;; Builtins
|
||||||
|
(self) @variable.builtin
|
||||||
|
|
||||||
;; Keywords
|
;; Keywords
|
||||||
|
|
||||||
(if_statement
|
(if_statement
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue