§§ "preprocessor" instructions as red ("ERROR" in jsyntaxpane)

This commit is contained in:
Jindra Petřík
2015-07-05 18:28:51 +02:00
parent ebc00c6656
commit bda1e29fa9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -234,7 +234,7 @@ Preprocessor = \u00A7\u00A7 {Identifier}
tokenLength = 1;
}
{Preprocessor} {
return token(TokenType.REGEX);
return token(TokenType.ERROR);
}
"\u00A7" {
yybegin(OIDENTIFIER);