Python highlights: Fix #688 (definition.associated -> field)

This commit is contained in:
Stephan Seitz 2020-11-23 21:41:45 +01:00 committed by Stephan Seitz
parent 90d6ef96d2
commit 8c4eb15886

View file

@ -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