graphviz: fix parsing word
parent
6c006203e7
commit
30e2461ec6
|
@ -77,7 +77,7 @@ SYNTAX: \ node[ parse-quotation '[ <node-attributes> @ add ] append! ;
|
|||
SYNTAX: \ edge[ parse-quotation '[ <edge-attributes> @ add ] append! ;
|
||||
|
||||
SYNTAX: \ add-node[ parse-quotation '[ <node> @ add ] append! ;
|
||||
SYNTAX: \ add-edge[ parse-quotation '[ <node> @ add ] append! ;
|
||||
SYNTAX: \ add-edge[ parse-quotation '[ <edge> @ add ] append! ;
|
||||
SYNTAX: \ ->[ parse-quotation '[ <edge> @ add ] append! ;
|
||||
SYNTAX: \ --[ parse-quotation '[ <edge> @ add ] append! ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue