forked from qt-creator/qt-creator
QmlJS: Lexer apply fix from Qt5.
Change-Id: Ic11e6bad2868f56b5d7c2c063b72fb3d25c5417f Reviewed-on: http://codereview.qt-project.org/5294 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -465,7 +465,7 @@ again:
|
||||
scanChar();
|
||||
|
||||
if (_terminator && !_delimited && !_prohibitAutomaticSemicolon) {
|
||||
_stackToken = T_PLUS_PLUS;
|
||||
_stackToken = T_MINUS_MINUS;
|
||||
return T_SEMICOLON;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user