mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 15:51:52 +00:00
Fixed: Texts hilighting
This commit is contained in:
Binary file not shown.
@@ -104,7 +104,7 @@ OIdentifierCharacter = [^\r\n\u00A7\\]
|
||||
|
||||
<STRING> {
|
||||
\" {
|
||||
yybegin(PARAMETER);
|
||||
yybegin(VALUE);
|
||||
// length also includes the trailing quote
|
||||
return token(TokenType.STRING, tokenStart, tokenLength + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user