mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:53:03 +02:00
Style
This commit is contained in:
parent
70ac93c20d
commit
6c89521f1d
3 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ void ScriptHighlighting::formatComments(const QString& text) {
|
|||
start = text.indexOf(_multiLineCommentBegin, start + length);
|
||||
if (end == -1) {
|
||||
setCurrentBlockState(BlockStateInMultiComment);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
int index = _singleLineComment.indexIn(text);
|
||||
|
|
Loading…
Reference in a new issue