Update Scintilla from 3.4.1 to 3.4.2
This commit is contained in:
committed by
Vadim Zeitlin
parent
b23c6512b6
commit
40a18a74f9
@@ -396,7 +396,7 @@ void SCI_METHOD LexerVisualProlog::Lex(unsigned int startPos, int length, int in
|
||||
if (sc.atLineEnd) {
|
||||
// Update the line state, so it can be seen by next line
|
||||
int lineState = 0;
|
||||
if (SCE_VISUALPROLOG_STRING_VERBATIM_EOL == sc.state) {
|
||||
if (SCE_VISUALPROLOG_STRING_VERBATIM_EOL == sc.state) {
|
||||
lineState = closingQuote;
|
||||
} else if (SCE_VISUALPROLOG_COMMENT_BLOCK == sc.state) {
|
||||
lineState = nestLevel;
|
||||
|
Reference in New Issue
Block a user