Closed gvee-uk closed 1 year ago
Can the highlighting support for erDiagram be extended to support the aliases for relationships, please?
erDiagram
The syntax support (see #54 and #67) at the moment is this:
\|o
o\|
\|\|
}o
o{
}\|
\|{
But aliases are also support for these symbols, such as:
Full list of aliases is available in the documentation here.
Here's an example in action:
erDiagram CAR ||--o{ NAMED-DRIVER : allows PERSON ||--o{ NAMED-DRIVER : is
Is equivalent to
erDiagram CAR only one--zero or more NAMED-DRIVER : allows PERSON only one--zero or more NAMED-DRIVER : is
Can the highlighting support for
erDiagram
be extended to support the aliases for relationships, please?The syntax support (see #54 and #67) at the moment is this:
\|o
o\|
\|\|
\|\|
}o
o{
}\|
\|{
But aliases are also support for these symbols, such as:
Full list of aliases is available in the documentation here.
Here's an example in action:
Is equivalent to