fix #1637 typo in vbscript mode
This commit is contained in:
parent
aa76fffaf2
commit
bfd68fb1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ var VBScriptHighlightRules = function() {
|
|||
token: [
|
||||
"support.function.asp"
|
||||
],
|
||||
regex: "(?:\\b(Lock|Unlock|SetAbort|SetComplete|BianryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon|Convert|Regex)\\b)"
|
||||
regex: "(?:\\b(Lock|Unlock|SetAbort|SetComplete|BinaryRead|AddHeader|AppendToLog|BinaryWrite|Clear|End|Flush|Redirect|Write|CreateObject|HTMLEncode|MapPath|URLEncode|Abandon|Convert|Regex)\\b)"
|
||||
},
|
||||
{
|
||||
token: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue