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
C# keywords can be used by prefixing the name with "@". But the code highlighting breaks in VS code 1.3.0 breaks when this is done.
Example: Using @class throws off all highlighting for the rest of the file.
@class
The text was updated successfully, but these errors were encountered:
Fix highlighting issues caused by escaped reserved keywords (e.g. @Class
1eee704
). Fixes dotnet#614
127bb27
No branches or pull requests
C# keywords can be used by prefixing the name with "@". But the code highlighting breaks in VS code 1.3.0 breaks when this is done.
Example:
Using
@class
throws off all highlighting for the rest of the file.The text was updated successfully, but these errors were encountered: