Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with backslash at end of raw string #65

Closed
escalonn opened this issue Sep 6, 2016 · 1 comment
Closed

Error with backslash at end of raw string #65

escalonn opened this issue Sep 6, 2016 · 1 comment

Comments

@escalonn
Copy link

escalonn commented Sep 6, 2016

This code is parsed wrongly (line 421):

Any time a raw string (whether introduced with r or R) ends with \, the backslash is treated as though it escapes the following string-ending quotation mark. The rest of the code is then highlighted wrongly: with Neon here, it is italicized and the colors are wrong.

@MattDMo
Copy link
Owner

MattDMo commented Jan 4, 2017

This is very much related to #34. Basically, the solution is to switch to the sublime-syntax format, as it really can't be addressed by the regexes in .tmLanguage files.

@MattDMo MattDMo closed this as completed Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants