mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Python locals: with_statement can define variables
This commit is contained in:
parent
c361d65113
commit
a5fb463309
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
(typed_default_parameter
|
||||
(identifier) @definition.var)
|
||||
|
||||
(with_statement
|
||||
(with_item
|
||||
alias: (identifier) @definition.var))
|
||||
|
||||
; *args parameter
|
||||
(parameters
|
||||
(list_splat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue