-
Notifications
You must be signed in to change notification settings - Fork 129
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
Trailing space on assignment breaking highlighting #654
Comments
mattmazzola
added a commit
to microsoft/ConversationLearner-SDK
that referenced
this issue
Aug 20, 2018
There is current bug with syntax highlighting on TypeScripot files which have trailing white space. microsoft/TypeScript-TmLanguage#654 microsoft/vscode#56706 (comment)
mattmazzola
added a commit
to microsoft/ConversationLearner-SDK
that referenced
this issue
Aug 20, 2018
There is current bug with syntax highlighting on TypeScripot files which have trailing white space. microsoft/TypeScript-TmLanguage#654 microsoft/vscode#56706 (comment)
Similar case: let app = 1
{
1 + 1
} |
mattmazzola
added a commit
to microsoft/conversationlearner
that referenced
this issue
Dec 16, 2019
There is current bug with syntax highlighting on TypeScripot files which have trailing white space. microsoft/TypeScript-TmLanguage#654 microsoft/vscode#56706 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TS and JS Grammar Extension version: 0.0.43 / latest
Code
Note trailing space after
1
. Highlighting is broken after this lineThe text was updated successfully, but these errors were encountered: