diff --git a/PowerEditor/src/ScintillaComponent/ScintillaEditView.cpp b/PowerEditor/src/ScintillaComponent/ScintillaEditView.cpp index ab64cd9e6..36d457308 100644 --- a/PowerEditor/src/ScintillaComponent/ScintillaEditView.cpp +++ b/PowerEditor/src/ScintillaComponent/ScintillaEditView.cpp @@ -1252,6 +1252,7 @@ void ScintillaEditView::setJsLexer() // In the most of cases, the symbols are defined outside of file. execute(SCI_SETPROPERTY, reinterpret_cast("lexer.cpp.track.preprocessor"), reinterpret_cast("0")); execute(SCI_SETPROPERTY, reinterpret_cast("lexer.cpp.backquoted.strings"), reinterpret_cast("1")); + execute(SCI_SETPROPERTY, reinterpret_cast("lexer.cpp.backquoted.strings"), reinterpret_cast("2")); } void ScintillaEditView::setTclLexer() diff --git a/PowerEditor/src/stylers.model.xml b/PowerEditor/src/stylers.model.xml index 5fd52f322..53aa96148 100644 --- a/PowerEditor/src/stylers.model.xml +++ b/PowerEditor/src/stylers.model.xml @@ -639,7 +639,7 @@ - +