blob: 319158e865b43b2b9d4bc6d69e7d87bb1aa978c3 [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-6a5351e2c14806aad0ae.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":""}