1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-24 23:57:56 +01:00

5 lines
313 B
JavaScript
Raw Normal View History

2021-06-08 07:40:19 +02:00
hljs.registerLanguage("mojolicious",(()=>{"use strict";return e=>({
name:"Mojolicious",subLanguage:"xml",contains:[{className:"meta",
begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"
},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,
excludeEnd:!0}]})})());