We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Funnily enough, it appears this code breaks GitHub's syntax highlighting as well.
Forwarded from: microsoft/TypeScript-TmLanguage#806
Please confirm you have...
When using the TypeScript as the language, syntax highlight breaks.
class Foo { public foo(): boolean { return !/[():\w]/.test('foo'); } private bar(): void {} }
The JavaScript one, unlike in VS Code however, works:
!/[():\w]/.test('foo');
It seems related to the aforementioned upstream bug.
The text was updated successfully, but these errors were encountered:
And because it's an upstream bug, this issue shouldn't be reported here. 😉
Please see our troubleshooting section about syntax highlighting errors.
Sorry, something went wrong.
No branches or pull requests
Forwarded from: microsoft/TypeScript-TmLanguage#806
Preliminary Steps
Please confirm you have...
Problem Description
When using the TypeScript as the language, syntax highlight breaks.
The JavaScript one, unlike in VS Code however, works:
It seems related to the aforementioned upstream bug.
URL of the affected repository:
Last modified on:
Expected language:
Detected language:
The text was updated successfully, but these errors were encountered: