Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
C# code in strings confuses the parser. When it is seen, the colorizer flips around and starts colorizing the code in the string, and not the code outside the string.
Prerequisites
Description
C# code in strings confuses the parser. When it is seen, the colorizer flips around and starts colorizing the code in the string, and not the code outside the string.
Steps to Reproduce
FWIW, you can see it on Github (through the link above), which is how I discovered the issue in the first place.
Expected behavior:
Strings should be colorized as strings, and code should be colorized as code, even if there is code inside of strings.
Actual behavior:
Colors are flipped after the first instance of code in a string.
Reproduces how often:
100%
Versions