Fix user defined keywords no effect in Javascript.

Fixes #1152
pull/1192/head
Don Ho 9 years ago
parent 71edfb2dba
commit 08bc46ddfa

@ -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)
{

Loading…
Cancel
Save