blob: d871fd294436267989a4b873bf1d22c5b1dfa8e0 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/vbnet.js"],"names":["module","exports","hljs","name","aliases","case_insensitive","keywords","keyword","built_in","literal","illegal","contains","inherit","QUOTE_STRING_MODE","begin","COMMENT","returnBegin","className","PHRASAL_WORDS_MODE","end","C_NUMBER_MODE"],"mappings":"gFA0EAA,EAAOC,QApEP,SAAeC,GACb,MAAO,CACLC,KAAM,oBACNC,QAAS,CAAC,MACVC,kBAAkB,EAClBC,SAAU,CACRC,QAAS,47BAuBTC,SAAU,iPAOVC,QAAS,sBAEXC,QAAS,wCAGTC,SAAU,CAACT,EAAKU,QAAQV,EAAKW,kBAAmB,CAC9CF,SAAU,CAAC,CACTG,MAAO,SAEPZ,EAAKa,QAAQ,IAAM,IAAK,CAC1BC,aAAa,EACbL,SAAU,CAAC,CACTM,UAAW,SACXH,MAAO,qBACPH,SAAU,CAACT,EAAKgB,qBACf,CACDD,UAAW,SACXH,MAAO,MACPK,IAAK,IACLR,SAAU,CAACT,EAAKgB,wBAEhBhB,EAAKkB,cAAe,CACtBH,UAAW,OACXH,MAAO,IACPK,IAAK,IACLb,SAAU,CACR,eAAgB","file":"react-syntax-highlighter_languages_highlight_vbnet-954cddd46f01ad5f5d5c.js","sourcesContent":["/*\nLanguage: Visual Basic .NET\nDescription: Visual Basic .NET (VB.NET) is a multi-paradigm, object-oriented programming language, implemented on the .NET Framework.\nAuthor: Poren Chiang <ren.chiang@gmail.com>\nWebsite: https://docs.microsoft.com/en-us/dotnet/visual-basic/getting-started/\n*/\nfunction vbnet(hljs) {\n return {\n name: 'Visual Basic .NET',\n aliases: ['vb'],\n case_insensitive: true,\n keywords: {\n keyword: 'addhandler addressof alias and andalso aggregate ansi as async assembly auto await binary by byref byval ' +\n /* a-b */\n 'call case catch class compare const continue custom declare default delegate dim distinct do ' +\n /* c-d */\n 'each equals else elseif end enum erase error event exit explicit finally for friend from function ' +\n /* e-f */\n 'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue iterator ' +\n /* g-i */\n 'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' +\n /* j-m */\n 'nameof namespace narrowing new next not notinheritable notoverridable ' +\n /* n */\n 'of off on operator option optional or order orelse overloads overridable overrides ' +\n /* o */\n 'paramarray partial preserve private property protected public ' +\n /* p */\n 'raiseevent readonly redim rem removehandler resume return ' +\n /* r */\n 'select set shadows shared skip static step stop structure strict sub synclock ' +\n /* s */\n 'take text then throw to try unicode until using when where while widening with withevents writeonly xor yield',\n\n /* t-y */\n built_in: 'boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype ' +\n /* b-c */\n 'date decimal directcast double gettype getxmlnamespace iif integer long object ' +\n /* d-o */\n 'sbyte short single string trycast typeof uinteger ulong ushort',\n\n /* s-u */\n literal: 'true false nothing'\n },\n illegal: '//|{|}|endif|gosub|variant|wend|^\\\\$ ',\n\n /* reserved deprecated keywords */\n contains: [hljs.inherit(hljs.QUOTE_STRING_MODE, {\n contains: [{\n begin: '\"\"'\n }]\n }), hljs.COMMENT('\\'', '$', {\n returnBegin: true,\n contains: [{\n className: 'doctag',\n begin: '\\'\\'\\'|<!--|-->',\n contains: [hljs.PHRASAL_WORDS_MODE]\n }, {\n className: 'doctag',\n begin: '</?',\n end: '>',\n contains: [hljs.PHRASAL_WORDS_MODE]\n }]\n }), hljs.C_NUMBER_MODE, {\n className: 'meta',\n begin: '#',\n end: '$',\n keywords: {\n 'meta-keyword': 'if else elseif end region externalsource'\n }\n }]\n };\n}\n\nmodule.exports = vbnet;"],"sourceRoot":""}