mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
highlights(lua): next as builtin function
This commit is contained in:
parent
143ef2f066
commit
63630ec082
2 changed files with 16 additions and 0 deletions
|
|
@ -150,6 +150,9 @@
|
|||
"rawequal" "rawget" "rawset" "require" "select" "setfenv" "setmetatable"
|
||||
"tonumber" "tostring" "type" "unpack" "xpcall"))
|
||||
|
||||
;; built-in next function
|
||||
(next) @function.builtin
|
||||
|
||||
;; Parameters
|
||||
(parameters
|
||||
(identifier) @parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue