Sublime Forum

Python highlighting nit with multi-variable initialization

#1

With version 1.3 the syntax highlighter for Python has a minor nit.

If you have a construct like:

a, b, c = None

only the ‘c’ gets highlighted, the ‘a’ and ‘b’ do not.

It’s a minor annoyance, but would be nice if it could be fixed. :smile:

0 Likes