MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

xrange not highlighted in Py2

Open mrfuxi opened this issue 10 years ago • 1 comments

In Sublime3 xrange is not highlighted is that a bug or a feature? I'm still using Python 2

mrfuxi avatar Oct 24 '15 09:10 mrfuxi

We scope python2-only builtins as variable.legacy.builtin.python -- you can adjust your color scheme to highlight them. We're also working to make MagicPython configurable, stay tuned!

1st1 avatar Oct 24 '15 14:10 1st1