mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -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
|
(expression_statement
|
||||||
(assignment
|
(assignment
|
||||||
left: (left_hand_side
|
left: (left_hand_side
|
||||||
(identifier) @definition.associated))))) @scope
|
(identifier) @definition.field))))) @scope
|
||||||
|
|
||||||
; Imports
|
; Imports
|
||||||
(aliased_import
|
(aliased_import
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue