mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -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)
|
(parameters (identifier) @parameter)
|
||||||
|
|
||||||
|
(vararg_expression) @parameter.builtin
|
||||||
|
|
||||||
(function_declaration
|
(function_declaration
|
||||||
name: [
|
name: [
|
||||||
(identifier) @function
|
(identifier) @function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue