[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:
Don Ho 2010-09-16 23:09:05 +00:00
parent 876bd5c2fa
commit 16c671a825
1 changed files with 1 additions and 1 deletions

View File

@ -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;