python: Add highlighting to variables (#11851)

This commit is contained in:
Krzysztof Witkowski
2024-05-16 11:43:48 -04:00
committed by GitHub
parent 9c02239afa
commit a414b16754
@@ -44,6 +44,10 @@
(float)
] @number
; Variables
(assignment
left: (identifier) @variable)
(comment) @comment
(string) @string
(escape_sequence) @escape