mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(lua): highlight variadic expressions as builtin parameters (#5567)
This commit is contained in:
parent
84544f5cd3
commit
74ea25f95d
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@
|
|||
|
||||
(parameters (identifier) @parameter)
|
||||
|
||||
(vararg_expression) @parameter.builtin
|
||||
|
||||
(function_declaration
|
||||
name: [
|
||||
(identifier) @function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue