graphviz: fix parsing word

locals-and-roots
Doug Coleman 2016-06-22 16:34:12 -07:00
parent 6c006203e7
commit 30e2461ec6
1 changed files with 1 additions and 1 deletions

View File

@ -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! ;