mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
upd: Add regex
, files
on Embedded Diagram
upd: for Embedded Diagram, add: - `regex` - `files`
This commit is contained in:
parent
74574c4f57
commit
3574987267
@ -113,6 +113,12 @@ public class EmbeddedDiagram extends AbstractTextBlock implements Line, Atom {
|
|||||||
if (s.equals(EMBEDDED_START + "ebnf"))
|
if (s.equals(EMBEDDED_START + "ebnf"))
|
||||||
return "ebnf";
|
return "ebnf";
|
||||||
|
|
||||||
|
if (s.equals(EMBEDDED_START + "regex"))
|
||||||
|
return "regex";
|
||||||
|
|
||||||
|
if (s.equals(EMBEDDED_START + "files"))
|
||||||
|
return "files";
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -229,4 +235,4 @@ public class EmbeddedDiagram extends AbstractTextBlock implements Line, Atom {
|
|||||||
return Arrays.asList(Neutron.create(this));
|
return Arrays.asList(Neutron.create(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user