You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
311 B

/*! `ldif` grammar compiled for Highlight.js 11.7.0 */
var hljsGrammar=(()=>{"use strict";return a=>({name:"LDIF",contains:[{
className:"attribute",match:"^dn(?=:)",relevance:10},{className:"attribute",
match:"^\\w+(?=:)"},{className:"literal",match:"^-"},a.HASH_COMMENT_MODE]})})()
;export default hljsGrammar;