mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-21 12:35:10 +00:00
Correctly detect cheneer diagrams
This commit is contained in:
parent
60de4baff9
commit
8312e8c22f
@ -127,6 +127,9 @@ public enum DiagramType {
|
||||
if (StartUtils.startsWithSymbolAnd("startfiles", s))
|
||||
return FILES;
|
||||
|
||||
if (StartUtils.startsWithSymbolAnd("startchen", s))
|
||||
return CHEN_EER;
|
||||
|
||||
return UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user