tilde.club/~brennen/
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.
 
 
 
 

29 lines
422 B

if (! this.sh_languages) {
this.sh_languages = {};
}
sh_languages['ldap'] = [
[
[
/#/g,
'sh_comment',
1
],
[
/(\b[A-Za-z0-9_]+:)((?:[^,=]*$)?)/g,
['sh_keyword', 'sh_string'],
-1
],
[
/([A-Za-z0-9_]+)(=)([^,]+)(,?)/g,
['sh_attribute', 'sh_symbol', 'sh_string', 'sh_symbol'],
-1
]
],
[
[
/$/g,
null,
-2
]
]
];