[BUG_FIXED] Fix js block not recognized in HTML

This commit is contained in:
Don Ho 2015-06-13 18:23:12 +02:00
parent bf36bb35bb
commit c0cd924c1e

View File

@ -423,6 +423,7 @@ static int StateForScript(script_type scriptLanguage) {
switch (scriptLanguage) { switch (scriptLanguage) {
case eScriptJS: case eScriptJS:
Result = SCE_HJ_START; Result = SCE_HJ_START;
break;
case eScriptPython: case eScriptPython:
Result = SCE_HP_START; Result = SCE_HP_START;
break; break;