mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-15 11:20:35 +01:00
4 lines
243 B
JavaScript
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]})})()); |