mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-08 19:21:52 +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…
x
Reference in New Issue
Block a user