From e36d586817de3c3dc4103fd58f926d16e81cc5ed Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 1 May 2014 20:05:03 -0700 Subject: [PATCH] Update todo --- todo.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/todo.md b/todo.md index d6b6bdd0..fb31ba3d 100644 --- a/todo.md +++ b/todo.md @@ -2,9 +2,6 @@ TODO ==== * Complete javascript and golang grammars -* Add `token` helper that allows user to specify structure of tokens using - rules other than strings and patterns -* Allow language keywords to be specified inline, not as separate named rules. * Make separator character set configurable, not hard-coded to whitespace * Add special lexical behavior for indentation-aware languages * Return a useful error when grammar contains invalid regex patterns