ldif top-level property
Implementation
final ldif = Mode(
refs: {},
name: "LDIF",
contains: [
Mode(className: "attribute", match: "^dn(?=:)", relevance: 10),
Mode(className: "attribute", match: "^\\w+(?=:)"),
Mode(className: "literal", match: "^-"),
HASH_COMMENT_MODE
]);