ceylon-ide-eclipse icon indicating copy to clipboard operation
ceylon-ide-eclipse copied to clipboard

Syntax highlighting in error message for Unicode escape containing quote

Open lucaswerkmeister opened this issue 10 years ago • 0 comments

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.

lucaswerkmeister avatar Nov 01 '14 17:11 lucaswerkmeister