mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
highlights(lua): don't highlight arguments as parameters
This commit is contained in:
parent
cc89dda241
commit
fa8172ffb4
1 changed files with 0 additions and 2 deletions
|
|
@ -161,8 +161,6 @@
|
||||||
|
|
||||||
;; Functions
|
;; Functions
|
||||||
|
|
||||||
(arguments (identifier) @parameter)
|
|
||||||
|
|
||||||
(parameters (identifier) @parameter)
|
(parameters (identifier) @parameter)
|
||||||
|
|
||||||
(function_call name: (identifier) @function)
|
(function_call name: (identifier) @function)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue