mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(python): highlight variadic lambda parameters
This commit is contained in:
parent
30b5bdca1b
commit
2583eb351b
1 changed files with 6 additions and 0 deletions
|
|
@ -137,6 +137,12 @@
|
|||
(parameters
|
||||
(dictionary_splat_pattern ; **kwargs
|
||||
(identifier) @parameter))
|
||||
(lambda_parameters
|
||||
(list_splat_pattern
|
||||
(identifier) @parameter))
|
||||
(lambda_parameters
|
||||
(dictionary_splat_pattern
|
||||
(identifier) @parameter))
|
||||
|
||||
|
||||
;; Literals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue