-
Notifications
You must be signed in to change notification settings - Fork 456
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 is not working with comment #338
Comments
Syntax highlighting is provided by the Textmate bundle embedded in vscode. Usually that kind of syntax highlighting problem is caused by a bug in the upstream Textmate bundle, but here, the issue can not be reproduced in Textmate, so this looks like a bug in vscode itself. Can you please open a report in https://github.com/Microsoft/vscode/issues? cc @aeschli |
I have converted the latest Textmate - https://github.com/textmate/java.tmbundle. It works fine. |
@snjeza Please open a PR to vscode-java and link it here |
This is partially fixed with the new semantic highlighting support in vscode-java 0.61.0. Requires |
Normally a comment would be grey-greened out but I've discovered an instance where it is not.
Environment
Steps To Reproduce
Current Result
not syntax-highlighted
Expected Result
Comment between first and last line coloured correctly
Additional Informations
Interestingly adding a semicolon before the comment colours the comment as expected
The text was updated successfully, but these errors were encountered: