mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(lua): add more builtin variables per lua_ls
This commit is contained in:
parent
350e7e5e31
commit
11b2d430e6
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
(identifier) @variable
|
||||
|
||||
((identifier) @variable.builtin
|
||||
(#eq? @variable.builtin "self"))
|
||||
(#any-of? @variable.builtin "self" "string" "table" "vim"))
|
||||
|
||||
(variable_list
|
||||
attribute: (attribute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue