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.

1 line
192 B
JavaScript
Raw Normal View History

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