Fix user defined keywords no effect in Javascript.

Fixes #1152
This commit is contained in:
Don Ho 2015-11-20 17:40:50 +01:00
parent 71edfb2dba
commit 08bc46ddfa
1 changed files with 1 additions and 0 deletions

View File

@ -877,6 +877,7 @@ void ScintillaEditView::setJsLexer()
execute(SCI_SETLEXER, SCLEX_CPP);
const TCHAR *pKwArray[10] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL };
makeStyle(L_JAVASCRIPT, pKwArray);
if (doxygenKeyWords)
{