aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dependencies.dot4
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies.dot b/dependencies.dot
index 06f9cad..7a470c3 100644
--- a/dependencies.dot
+++ b/dependencies.dot
@@ -176,6 +176,8 @@ digraph {
K [color=""]
APL [color="#5A8164"]
Tcl [color="#e4cc98"]
+ PostScript [color="#da291c"]
+ Pony [color="#CCCCCC"]
"clj-schema-to-json-schema" -> "<language colors>"
"<language colors>" -> Perl
@@ -206,4 +208,6 @@ digraph {
J -> K
K -> APL
APL -> Tcl
+ Tcl -> PostScript
+ PostScript -> Pony
}