1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-14 19:00:58 +01:00

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"}]})})());