}
} catch (IndexOutOfBoundsException e) {
phpMode = true;
- currentPosition = currentPositionInLine;
+ currentPosition = currentPositionInLine - 1;
return TokenNameINLINE_HTML;
}
}
case 3:
if ((data[++index] == 's') && (data[++index] == 'e'))
return TokenNameuse;
+ else
+ return TokenNameIdentifier;
case 5:
if ((data[++index] == 'n') && (data[++index] == 's')
&& (data[++index] == 'e') && (data[++index] == 't'))