crates/languages/src/python/highlights.scm 🔗
@@ -44,6 +44,10 @@
(float)
] @number
+; Variables
+(assignment
+ left: (identifier) @variable)
+
(comment) @comment
(string) @string
(escape_sequence) @escape
Krzysztof Witkowski created
crates/languages/src/python/highlights.scm | 4 ++++
1 file changed, 4 insertions(+)
@@ -44,6 +44,10 @@
(float)
] @number
+; Variables
+(assignment
+ left: (identifier) @variable)
+
(comment) @comment
(string) @string
(escape_sequence) @escape