mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
locals(python): adapt as_pattern to upstream change
This commit is contained in:
parent
6568c7570c
commit
fbcfa7ebee
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
(identifier) @definition.var)
|
||||
|
||||
(as_pattern
|
||||
alias: (identifier) @definition.var)
|
||||
alias: (as_pattern_target) @definition.var)
|
||||
|
||||
;;; REFERENCES
|
||||
(identifier) @reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue