]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/languages/ldif.js
1 /*! `ldif` grammar compiled for Highlight.js 11.11.1 */
3 var hljsGrammar
= (function () {
8 Contributors: Jacob Childress <jacobc@gmail.com>
9 Category: enterprise, config
10 Website: https://en.wikipedia.org/wiki/LDAP_Data_Interchange_Format
13 /** @type LanguageFn */
19 className: 'attribute',
24 className: 'attribute',
31 hljs
.HASH_COMMENT_MODE
40 hljs
.registerLanguage('ldif', hljsGrammar
);