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

vbscript-html.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 556401d28eb06008484bb317f32fed3e5721e1f7 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/vbscript-html.js"],"names":["module","exports","hljs","subLanguage","contains","begin","end"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,YAAa,MACbC,SAAU,CACR,CACEC,MAAO,KAAMC,IAAK,KAClBH,YAAa","file":"highlight/vbscript-html.js?v=5c7e0f2272eab9703651","sourcesContent":["module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        begin: '<%', end: '%>',\n        subLanguage: 'vbscript'\n      }\n    ]\n  };\n};"],"sourceRoot":""}