Fixed: Texts hilighting

This commit is contained in:
Jindra Petřík
2025-07-27 14:56:05 +02:00
parent 285b4e2cc1
commit ad53e53a5d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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);
}