1181-Minor update to regex

This commit is contained in:
Justin Greywolf 2020-08-04 12:05:56 -07:00
parent 1f051d7a9f
commit 9a86accc62
2 changed files with 2 additions and 2 deletions

View File

@ -588,7 +588,7 @@ classDiagram
}
```
?> cssClasses cannot be applied at the same time as a relation statement.
?> cssClasses cannot be added using this shorthand method at the same time as a relation statement.
?> Due to limitations with existing markup for class diagrams, it is not currently possible to define css classes within the diagram itself. ***Coming soon!***

View File

@ -50,7 +50,7 @@
\-\- return 'LINE';
\.\. return 'DOTTED_LINE';
":"{1}[^:\n;]+ return 'LABEL';
":::" return 'STYLE_SEPARATOR';
":"{3} return 'STYLE_SEPARATOR';
\- return 'MINUS';
"." return 'DOT';
\+ return 'PLUS';