mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
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…
x
Reference in New Issue
Block a user