diff --git a/d2ast/d2ast.go b/d2ast/d2ast.go index 9562cad13..6d1acd98c 100644 --- a/d2ast/d2ast.go +++ b/d2ast/d2ast.go @@ -3,23 +3,23 @@ // d2ast implements the d2 language's abstract syntax tree. // // Special characters to think about in parser: -// # -// """ -// ; -// [] -// {} -// | -// $ -// ' -// " -// \ -// : -// . -// -- -// <> -// * -// & -// () +// # +// """ +// ; +// [] +// {} +// | +// $ +// ' +// " +// \ +// : +// . +// -- +// <> +// * +// & +// () package d2ast import (