mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Put regex in comment
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
aa79737243
commit
d099f534d7
|
|
@ -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…
Reference in a new issue