Sublime Forum

Java enum syntax highlight problem

#1

For some reason, all the entries after the first entry in my java enum are not highlighting the same as the first…

Is this a bug?

java_enum_highlight

0 Likes

#2

I would guess yes, it seems the syntax definition is expecting ALL_CAPS for enum members atm

0 Likes