MagicStack / MagicPython

Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
MIT License
1.41k stars 90 forks source link

xrange not highlighted in Py2 #21

Open mrfuxi opened 9 years ago

mrfuxi commented 9 years ago

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

1st1 commented 9 years ago

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!