-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
syntax highlighting #56758
Comments
A screenshot could be useful here. And can you specify what version were you on when it worked wnad what version are you one now? |
Screenshot is below Current version: Version: 1.26.1 Previous version I don't know, sorry. |
This may be related to a bug I just noticed when editing ChakraCore. After line 595, the majority of the rest of the document is interpreted as a string. Removing the end-of-line comment does not help. This worked in 1.25.x, but I don't know if it broke with 1.26 or 1.26.1 |
Minimal repro: It specifically fails when concatenating strings across newlines when the trailing + has a space after (note that I have whitespace on -- the trialing space in the failure case is important) Perhaps I am hitting a different bug -- I can file a new issue for it. Two JS syntax highlighting errors in 1.26.x may be similar root cause, though? |
@jackhorton Please open a separate issue |
Opened microsoft/TypeScript-TmLanguage#650 to track this upstream |
Is TypeScript-TmLanguage the preferred repo for my issue as well? |
yes |
After the last update if I have a line with comment like this:
then I have a bug with syntax highlightning inside this class.
Previous version of vscode was fine.
It's a typescript *.ts file.
The text was updated successfully, but these errors were encountered: