python: Add highlighting to variables (#11851)

This commit is contained in:
Krzysztof Witkowski 2024-05-16 17:43:48 +02:00 committed by GitHub
parent 9c02239afa
commit a414b16754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,10 @@
(float) (float)
] @number ] @number
; Variables
(assignment
left: (identifier) @variable)
(comment) @comment (comment) @comment
(string) @string (string) @string
(escape_sequence) @escape (escape_sequence) @escape