UNPKG

2.73 kBJavaScriptView Raw
1/*! `vbnet` grammar compiled for Highlight.js 11.6.0 */
2(()=>{var e=(()=>{"use strict";return e=>{
3const n=e.regex,t=/\d{1,2}\/\d{1,2}\/\d{4}/,a=/\d{4}-\d{1,2}-\d{1,2}/,i=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,s=/\d{1,2}(:\d{1,2}){1,2}/,r={
4className:"literal",variants:[{begin:n.concat(/# */,n.either(a,t),/ *#/)},{
5begin:n.concat(/# */,s,/ *#/)},{begin:n.concat(/# */,i,/ *#/)},{
6begin:n.concat(/# */,n.either(a,t),/ +/,n.either(i,s),/ *#/)}]
7},l=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]
8}),o=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]})
9;return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,
10classNameAliases:{label:"symbol"},keywords:{
11keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",
12built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",
13type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",
14literal:"true false nothing"},
15illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[{
16className:"string",begin:/"(""|[^/n])"C\b/},{className:"string",begin:/"/,
17end:/"/,illegal:/\n/,contains:[{begin:/""/}]},r,{className:"number",relevance:0,
18variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/
19},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{
20begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},{
21className:"label",begin:/^\w+:/},l,o,{className:"meta",
22begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,
23end:/$/,keywords:{
24keyword:"const disable else elseif enable end externalsource if region then"},
25contains:[o]}]}}})();hljs.registerLanguage("vbnet",e)})();
\No newline at end of file