mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +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) {
|
||||
case eScriptJS:
|
||||
Result = SCE_HJ_START;
|
||||
break;
|
||||
case eScriptPython:
|
||||
Result = SCE_HP_START;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user