ldif top-level property

Mode ldif
final

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
    ]);