mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Python highlights: Fix #688 (definition.associated -> field)
This commit is contained in:
parent
90d6ef96d2
commit
8c4eb15886
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(expression_statement
|
||||
(assignment
|
||||
left: (left_hand_side
|
||||
(identifier) @definition.associated))))) @scope
|
||||
(identifier) @definition.field))))) @scope
|
||||
|
||||
; Imports
|
||||
(aliased_import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue