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: e8bca26fd2ddb58612d33b839b479e98c28c64e7 (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=39949e8c5ff3af68d8a0","sourcesContent":["module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        begin: '<%', end: '%>',\n        subLanguage: 'vbscript'\n      }\n    ]\n  };\n};"],"sourceRoot":""}