Skip to content
Snippets Groups Projects
Commit 22bf5ac2 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add new unicode separators in lexer.txt


I hope this is the right place to update the lexer

Signed-off-by: default avatarMichael Leuschel <leuschel@uni-duesseldorf.de>
parent 1933812b
No related branches found
No related tags found
No related merge requests found
Pipeline #76791 passed
......@@ -151,6 +151,8 @@ public class Lexer implements ITokenListContainer
}
break;
case 13:
case 8232: // Unicode line separator
case 8233: // Unicode paragraph separator
this.line++;
this.pos = 0;
this.cr = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment