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
When I define a variable that uses a keyword as name, like this:
interface ITest { a: number; b: number; number: number; // Weird highlighting. string: string; // Weird highlighting. } var a = <ITest>{ a: 100, b: 100, number: 123, // Weird highlighting. string: 'Hello world' // Weird highlighting. }
The variable name will be highlighted as if it is a keyword. It would be nice if it would remain the normal color.
The text was updated successfully, but these errors were encountered:
Duplicate of : #71
We need to look into how it can be supported by Atom.
Sorry, something went wrong.
No branches or pull requests
When I define a variable that uses a keyword as name, like this:
The variable name will be highlighted as if it is a keyword. It would be nice if it would remain the normal color.
The text was updated successfully, but these errors were encountered: