python: Add highlighting to variables (#11851)
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
(float)
|
||||
] @number
|
||||
|
||||
; Variables
|
||||
(assignment
|
||||
left: (identifier) @variable)
|
||||
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
(escape_sequence) @escape
|
||||
|
||||
Reference in New Issue
Block a user