1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-20 22:00:45 +01:00

4 lines
258 B
JavaScript
Raw Normal View History

/*! `vbscript-html` grammar compiled for Highlight.js 11.9.0 */
2021-10-18 07:02:03 +02:00
(()=>{var e=(()=>{"use strict";return e=>({name:"VBScript in HTML",
subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]})})()
;hljs.registerLanguage("vbscript-html",e)})();