blob: c10d5b6c03d5b7b4c7d9b9eeb544022ee75aaf38 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/vbscript-html.js"],"names":["module","exports","hljs","name","subLanguage","contains","begin","end"],"mappings":"8EAoBAA,EAAOC,QAZP,SAAsBC,GACpB,MAAO,CACLC,KAAM,mBACNC,YAAa,MACbC,SAAU,CAAC,CACTC,MAAO,KACPC,IAAK,KACLH,YAAa","file":"react-syntax-highlighter_languages_highlight_vbscriptHtml-f78d28743c34b47f6ab6.js","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*/\nfunction vbscriptHtml(hljs) {\n return {\n name: 'VBScript in HTML',\n subLanguage: 'xml',\n contains: [{\n begin: '<%',\n end: '%>',\n subLanguage: 'vbscript'\n }]\n };\n}\n\nmodule.exports = vbscriptHtml;"],"sourceRoot":""}