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