ceylon-ide-eclipse
ceylon-ide-eclipse copied to clipboard
Syntax highlighting in error message for Unicode escape containing quote
Character c = '\{'}';
The typechecker produces the error message
illegal unicode escape sequence: ' is not a Unicode character
and the IDE interprets the single quote as the start of a section that should be syntax highlighted.
Obviously very minor.