Put regex in comment

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1796/head
Kévin Commaille 3 weeks ago
parent aa79737243
commit d099f534d7
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -21,14 +21,13 @@
# mx-custom-key:
# title: The title rendered in the specification
# url: /url/to#definition
# pattern: "REGEX" (not used for rendering, but allows to define the common
# pattern to use for the format)
mx-user-id:
title: User ID
url: /appendices#user-identifiers
pattern: "^@"
# regex: "^@"
mx-event-id:
title: Event ID
url: /appendices#event-ids
pattern: "^\\$"
# regex: "^\\$"

Loading…
Cancel
Save