mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 11:45:33 +00:00
§§ "preprocessor" instructions as red ("ERROR" in jsyntaxpane)
This commit is contained in:
Binary file not shown.
@@ -234,7 +234,7 @@ Preprocessor = \u00A7\u00A7 {Identifier}
|
||||
tokenLength = 1;
|
||||
}
|
||||
{Preprocessor} {
|
||||
return token(TokenType.REGEX);
|
||||
return token(TokenType.ERROR);
|
||||
}
|
||||
"\u00A7" {
|
||||
yybegin(OIDENTIFIER);
|
||||
|
||||
Reference in New Issue
Block a user