-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
JavaDoc comments break syntax highlighting in .java files #81
Labels
Comments
Thank you for taking the time to report this. Here is an example file to reproduce this: /**
* test
*/
class ExampleClass {
} |
Reported upstream: trishume/syntect#160 |
This has popped up multiple times now and basically affects every Java and D file. Until this has been fixed in syntect, maybe we could employ the fix suggested by @keith-hall here: trishume/syntect#160 (comment) |
Fixed via a2676cc |
Fixed in v0.8.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: bat 0.2.3
Platform: Mac OS X 10.13.4 (High Sierra)
JavaDoc comments in
.java
files break syntax highlighting for the rest of the file.See the image below.
The text was updated successfully, but these errors were encountered: