1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-15 11:20:35 +01:00
2021-08-02 06:42:23 +02:00

4 lines
243 B
JavaScript

hljs.registerLanguage("ldif",(()=>{"use strict";return a=>({name:"LDIF",
contains:[{className:"attribute",match:"^dn(?=:)",relevance:10},{
className:"attribute",match:"^\\w+(?=:)"},{className:"literal",match:"^-"
},a.HASH_COMMENT_MODE]})})());