mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -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)
|
(identifier) @definition.parameter)
|
||||||
|
|
||||||
(with_statement
|
(with_statement
|
||||||
|
(with_clause
|
||||||
(with_item
|
(with_item
|
||||||
alias: (identifier) @definition.var))
|
alias: (identifier) @definition.var)))
|
||||||
|
|
||||||
; *args parameter
|
; *args parameter
|
||||||
(parameters
|
(parameters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue