mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
||||
|
||||
;;; Builtins
|
||||
(self) @variable.builtin
|
||||
|
||||
;; Keywords
|
||||
|
||||
(if_statement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue