JSyntaxpane, method info highlighting fix

This commit is contained in:
Jindra Petk
2013-01-20 11:18:43 +01:00
parent 50217b77d9
commit e09b608ab2

View File

@@ -88,6 +88,8 @@ StringCharacter = [^\r\n\"\\]
/* string literal */
\" {
isMultiname=false;
tokenStart = yychar;
tokenLength = yylength();
yybegin(STRING);
string.setLength(0);
}