blob: 0d5c7e879e1b39ec97ab3de5ecf0907cec7ce6f3 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/vbscript.js"],"names":["module","exports","hljs","name","aliases","case_insensitive","keywords","keyword","built_in","literal","illegal","contains","inherit","QUOTE_STRING_MODE","begin","COMMENT","relevance","C_NUMBER_MODE"],"mappings":"8EA6BAA,EAAOC,QArBP,SAAkBC,GAChB,MAAO,CACLC,KAAM,WACNC,QAAS,CAAC,OACVC,kBAAkB,EAClBC,SAAU,CACRC,QAAS,mVACTC,SAAU,mwBACVC,QAAS,iCAEXC,QAAS,KACTC,SAAU,CAACT,EAAKU,QAAQV,EAAKW,kBAAmB,CAC9CF,SAAU,CAAC,CACTG,MAAO,SAEPZ,EAAKa,QAAQ,IAAK,IAAK,CACzBC,UAAW,IACTd,EAAKe","file":"react-syntax-highlighter_languages_highlight_vbscript-9091e1192c4529b16af5.js","sourcesContent":["/*\nLanguage: VBScript\nDescription: VBScript (\"Microsoft Visual Basic Scripting Edition\") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic.\nAuthor: Nikita Ledyaev <lenikita@yandex.ru>\nContributors: Michal Gabrukiewicz <mgabru@gmail.com>\nWebsite: https://en.wikipedia.org/wiki/VBScript\nCategory: scripting\n*/\nfunction vbscript(hljs) {\n return {\n name: 'VBScript',\n aliases: ['vbs'],\n case_insensitive: true,\n keywords: {\n keyword: 'call class const dim do loop erase execute executeglobal exit for each next function ' + 'if then else on error option explicit new private property let get public randomize ' + 'redim rem select case set stop sub while wend with end to elseif is or xor and not ' + 'class_initialize class_terminate default preserve in me byval byref step resume goto',\n built_in: 'lcase month vartype instrrev ubound setlocale getobject rgb getref string ' + 'weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency ' + 'conversions csng timevalue second year space abs clng timeserial fixs len asc ' + 'isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate ' + 'instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex ' + 'chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim ' + 'strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion ' + 'scriptengine split scriptengineminorversion cint sin datepart ltrim sqr ' + 'scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw ' + 'chrw regexp server response request cstr err',\n literal: 'true false null nothing empty'\n },\n illegal: '//',\n contains: [hljs.inherit(hljs.QUOTE_STRING_MODE, {\n contains: [{\n begin: '\"\"'\n }]\n }), hljs.COMMENT(/'/, /$/, {\n relevance: 0\n }), hljs.C_NUMBER_MODE]\n };\n}\n\nmodule.exports = vbscript;"],"sourceRoot":""}