discourse/vendor/assets/javascripts/highlightjs/languages/vbscript-html.min.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
176 B
JavaScript
Raw Normal View History

hljs.registerLanguage("vbscript-html",(()=>{"use strict";return e=>({
name:"VBScript in HTML",subLanguage:"xml",contains:[{begin:"<%",end:"%>",
subLanguage:"vbscript"}]})})());