Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vbnet.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9305c2e0096bc0557cf4f3ab1b3680deda4be249 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/vbnet.js"],"names":["module","exports","hljs","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":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,QAAS,CAAC,MACVC,kBAAkB,EAClBC,SAAU,CACRC,QACE,05BAWFC,SACE,iPAGFC,QACE,sBAEJC,QAAS,wCACTC,SAAU,CACRR,EAAKS,QAAQT,EAAKU,kBAAmB,CAACF,SAAU,CAAC,CAACG,MAAO,SACzDX,EAAKY,QACH,IACA,IACA,CACEC,aAAa,EACbL,SAAU,CACR,CACEM,UAAW,SACXH,MAAO,qBACPH,SAAU,CAACR,EAAKe,qBAElB,CACED,UAAW,SACXH,MAAO,MAAOK,IAAK,IACnBR,SAAU,CAACR,EAAKe,wBAKxBf,EAAKiB,cACL,CACEH,UAAW,OACXH,MAAO,IAAKK,IAAK,IACjBb,SAAU,CAAC,eAAgB","file":"highlight/vbnet.js?v=113d14da73e044cacbd7","sourcesContent":["module.exports = function(hljs) {\n  return {\n    aliases: ['vb'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval ' + /* a-b */\n        'call case catch class compare const continue custom declare default delegate dim distinct do ' + /* c-d */\n        'each equals else elseif end enum erase error event exit explicit finally for friend from function ' + /* e-f */\n        'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue ' + /* g-i */\n        'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' + /* j-m */\n        'namespace narrowing new next not notinheritable notoverridable ' + /* n */\n        'of off on operator option optional or order orelse overloads overridable overrides ' + /* o */\n        'paramarray partial preserve private property protected public ' + /* p */\n        'raiseevent readonly redim rem removehandler resume return ' + /* r */\n        'select set shadows shared skip static step stop structure strict sub synclock ' + /* s */\n        'take text then throw to try unicode until using when where while widening with withevents writeonly xor', /* t-x */\n      built_in:\n        'boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype ' +  /* b-c */\n        'date decimal directcast double gettype getxmlnamespace iif integer long object ' + /* d-o */\n        'sbyte short single string trycast typeof uinteger ulong ushort', /* s-u */\n      literal:\n        'true false nothing'\n    },\n    illegal: '//|{|}|endif|gosub|variant|wend|^\\\\$ ', /* reserved deprecated keywords */\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n      hljs.COMMENT(\n        '\\'',\n        '$',\n        {\n          returnBegin: true,\n          contains: [\n            {\n              className: 'doctag',\n              begin: '\\'\\'\\'|<!--|-->',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            },\n            {\n              className: 'doctag',\n              begin: '</?', end: '>',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            }\n          ]\n        }\n      ),\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif end region externalsource'}\n      }\n    ]\n  };\n};"],"sourceRoot":""}