Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ldif/highlights.scm')
| -rw-r--r-- | runtime/queries/ldif/highlights.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/queries/ldif/highlights.scm b/runtime/queries/ldif/highlights.scm new file mode 100644 index 00000000..882ace9f --- /dev/null +++ b/runtime/queries/ldif/highlights.scm @@ -0,0 +1,19 @@ +(comment) @comment + +((distinguishedName + (name + (name_componet + (attributeTypeAndValue + (attributeType) @comment + (string) @type.parameter + )))) @comment) + + +(dn_spec) @constant +(changerecord) @constant +(mod_spec) @constant + +(attributeType) @type.parameter +(change_modify) @string + +(value_spec) @keyword |