[BUG_FIXED] Fix js block not recognized in HTML
This commit is contained in:
parent
bf36bb35bb
commit
c0cd924c1e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user