mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 14:47:30 +00:00
python: Add highlighting to variables (#11851)
This commit is contained in:
parent
9c02239afa
commit
a414b16754
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue