Sublime Forum

Syntax highlighting bug with enumerates in java

#1

Hi!

I have some issues with the syntax highlighting in java. When I write enumerate classes and add strings to the parameters I end up with solid hot pink highlighting over the " symbol. Can some please advise me how to fix this problem?

Thank you!

0 Likes

#2

You should report the bug at the core Packages tracker.

0 Likes

#3

The enum bug is already issued at https://github.com/sublimehq/Packages/issues/1658

It’s caused by a shared implementation for enums and classes.

2 Likes