mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55: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))
|
if (StartUtils.startsWithSymbolAnd("startfiles", s))
|
||||||
return FILES;
|
return FILES;
|
||||||
|
|
||||||
|
if (StartUtils.startsWithSymbolAnd("startchen", s))
|
||||||
|
return CHEN_EER;
|
||||||
|
|
||||||
return UNKNOWN;
|
return UNKNOWN;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user