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: 341cc84489d8db630058dec68e30a431a62b1a7d (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/vbscript-html.js"],"names":["module","exports","hljs","name","subLanguage","contains","begin","end"],"mappings":"oGAuBAA,EAAOC,QAdP,SAAsBC,GACpB,MAAO,CACLC,KAAM,mBACNC,YAAa,MACbC,SAAU,CACR,CACEC,MAAO,KACPC,IAAK,KACLH,YAAa","file":"highlight/vbscript-html.js?v=771896ef9b1170e72d72","sourcesContent":["/*\nLanguage: VBScript in HTML\nRequires: xml.js, vbscript.js\nAuthor: Ivan Sagalaev <maniac@softwaremaniacs.org>\nDescription: \"Bridge\" language defining fragments of VBScript in HTML within <% .. %>\nWebsite: https://en.wikipedia.org/wiki/VBScript\nCategory: scripting\n*/\n\nfunction vbscriptHtml(hljs) {\n  return {\n    name: 'VBScript in HTML',\n    subLanguage: 'xml',\n    contains: [\n      {\n        begin: '<%',\n        end: '%>',\n        subLanguage: 'vbscript'\n      }\n    ]\n  };\n}\n\nmodule.exports = vbscriptHtml;\n"],"sourceRoot":""}