Hi all,
I have a very simple java class where the code is wrongly highlighted:
public class Sublime {
private static final String XXX = String.valueOf(")}");
public static void main(String[] args) {
System.out.println(XXX);
}
}
this is the result on 2.0.2 build 2221 on MacOSX.
https://www.dropbox.com/s/xndz5rghkzr3h9r/sublime-javahighlighting.png?dl=0
How can I submit a bug report?