[fpc-pascal] character escaping with ^LETTER
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Jan 19 17:05:35 CET 2015
On Mon, 19 Jan 2015 08:17:52 -0500
Dmitry Boyarintsev <skalogryz.lists at gmail.com> wrote:
>[...]
> a:=^M; // char(13)
>[...]
> CodeTools syntax highlighter won't recognize the syntax as characters
> either (delphi 7 highlighter doesn't recognize it as a character escaping
> as well)
FYI: Codetools do not have a syntax highlighter. In Lazarus the
highligher of synedit (TSynPasSyn) is used.
Codetools should parse it correctly.
Mattias
More information about the fpc-pascal
mailing list