The highlighter has to colorize some wrong things, it's not a lexer.

This commit is contained in:
Basile Burg 2014-10-10 17:51:38 +02:00
parent 015c16b50f
commit 9e6639a9c5
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ begin
next;
end;
//TODO-cnumber literals: stricter, separate parser for each form (bin,dec,hex,float,etc)
//TODO-cstring literals: delimited strings.
//TODO-ccomments: nested comments with multiple nesting on the same line.
//TODO-cfeature: something like pascal {$region} : /*folder blabla*/ /*endfolder*/