mirror of https://gitlab.com/basile.b/dexed.git
The highlighter has to colorize some wrong things, it's not a lexer.
This commit is contained in:
parent
015c16b50f
commit
9e6639a9c5
|
@ -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*/
|
||||
|
|
Loading…
Reference in New Issue