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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/highlight/vbscript.js.map')
-rw-r--r--js/highlight/vbscript.js.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/highlight/vbscript.js.map b/js/highlight/vbscript.js.map
new file mode 100644
index 000000000..e6806f2c8
--- /dev/null
+++ b/js/highlight/vbscript.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/vbscript.js"],"names":["module","exports","hljs","aliases","case_insensitive","keywords","keyword","built_in","literal","illegal","contains","inherit","QUOTE_STRING_MODE","begin","COMMENT","relevance","C_NUMBER_MODE"],"mappings":"6EAAAA,EAAAC,QAAA,SAAAC,GACA,OACAC,QAAA,QACAC,kBAAA,EACAC,SAAA,CACAC,QACA,mVAIAC,SACA,mwBAUAC,QACA,iCAEAC,QAAA,KACAC,SAAA,CACAR,EAAAS,QAAAT,EAAAU,kBAAA,CAA4CF,SAAA,EAAYG,MAAA,SACxDX,EAAAY,QACA,IACA,IACA,CACAC,UAAA,IAGAb,EAAAc","file":"highlight/vbscript.js?v=a38596efb135b5d88c2f","sourcesContent":["module.exports = function(hljs) {\n return {\n aliases: ['vbs'],\n case_insensitive: true,\n keywords: {\n keyword:\n 'call class const dim do loop erase execute executeglobal exit for each next function ' +\n 'if then else on error option explicit new private property let get public randomize ' +\n 'redim rem select case set stop sub while wend with end to elseif is or xor and not ' +\n 'class_initialize class_terminate default preserve in me byval byref step resume goto',\n built_in:\n 'lcase month vartype instrrev ubound setlocale getobject rgb getref string ' +\n 'weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency ' +\n 'conversions csng timevalue second year space abs clng timeserial fixs len asc ' +\n 'isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate ' +\n 'instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex ' +\n 'chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim ' +\n 'strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion ' +\n 'scriptengine split scriptengineminorversion cint sin datepart ltrim sqr ' +\n 'scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw ' +\n 'chrw regexp server response request cstr err',\n literal:\n 'true false null nothing empty'\n },\n illegal: '//',\n contains: [\n hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n hljs.COMMENT(\n /'/,\n /$/,\n {\n relevance: 0\n }\n ),\n hljs.C_NUMBER_MODE\n ]\n };\n};"],"sourceRoot":""} \ No newline at end of file