davidje13 / SequenceDiagram

Javascript tool for generating sequence diagrams from code
https://sequence.davidje13.com/
GNU Lesser General Public License v3.0
120 stars 38 forks source link

Unnamed asynchronous connections should be accepted by the syntax highlighting #57

Closed davidje13 closed 5 years ago

davidje13 commented 5 years ago

Unnamed asynchronous connections work when rendering but are marked as syntax errors in the editor. They should be accepted as valid.

begin A, B
A -> ...
... -> B