mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
Python locals: Add new node with_clause
This commit is contained in:
parent
ed273fce5e
commit
1cf7a1ddc9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,8 +35,9 @@
|
|||
(identifier) @definition.parameter)
|
||||
|
||||
(with_statement
|
||||
(with_clause
|
||||
(with_item
|
||||
alias: (identifier) @definition.var))
|
||||
alias: (identifier) @definition.var)))
|
||||
|
||||
; *args parameter
|
||||
(parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue