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 91 forks source link

regexp-string: common token highlighting? #233

Open codekoriko opened 3 years ago

codekoriko commented 3 years ago
my_regex = r"\sword\.?"

To improve readability like the "\s" to be highlighted in blue as '.?' is.