From 794117abd0647ff3cba38d9f74d9215bfb801dd7 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 29 Jun 2019 16:13:17 -0700 Subject: [PATCH] Update todo. --- todo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/todo.md b/todo.md index 32b77f1..8fd4759 100644 --- a/todo.md +++ b/todo.md @@ -1,9 +1,8 @@ # Todo ## Todo Now -* Let lambda icons embed more icons. * Refactor out embedded nodes from SyntaxNodes into a common data structure. -* Redesign case to avoid non-locality. +* Redesign case icon to avoid non-locality. * Add command line flags for color style, embedding, and whether to draw arrowheads. * Add wiki pages discussing: Why a visual language?, History of Glance, How to contribute, Code guide [code style, ...], etc..