Set embedded ASP default language to VB

Closes #5702, Closes #5677
pull/5718/head
dail8859 6 years ago
parent 1a76bd5913
commit e5de0c6d44

@ -745,6 +745,8 @@ void ScintillaEditView::setEmbeddedAspLexer()
keywordList = wstring2string(kwlW, CP_ACP);
}
execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("asp.default.language"), reinterpret_cast<LPARAM>("2"));
execute(SCI_SETKEYWORDS, 2, reinterpret_cast<LPARAM>(getCompleteKeywordList(keywordList, L_VB, LANG_INDEX_INSTR)));
execute(SCI_STYLESETEOLFILLED, SCE_HBA_DEFAULT, true);

Loading…
Cancel
Save