[BUG_FIXED] Fix VB syntax highlighting regression in asp script.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@666 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
876bd5c2fa
commit
16c671a825
|
@ -437,7 +437,7 @@ static int StateForScript(script_type scriptLanguage) {
|
|||
Result = SCE_H_COMMENT;
|
||||
break;
|
||||
default :
|
||||
Result = SCE_HJ_START;
|
||||
Result = SCE_HB_START;
|
||||
break;
|
||||
}
|
||||
return Result;
|
||||
|
|
Loading…
Reference in New Issue