From 61f1518447e9b5bb1a4152257ff3cae8cf17e3c9 Mon Sep 17 00:00:00 2001 From: baabelfish Date: Wed, 27 Jan 2016 19:02:30 +0200 Subject: [PATCH] Todo additions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4bcf21..cdf7f29 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,12 @@ Attempt at writing an async outline/structure listing/navigator for files/module # TODO - [ ] Syntax + - [ ] Keywords + - [ ] Operator precedence different colors - [ ] Indendation - [ ] Compiler support -- [ ] Autocompletion + - [ ] Make for errors + - [ ] Autocompletion - [x] Nimsuggest - [x] Usages - [x] Jump to definition @@ -21,7 +24,7 @@ Attempt at writing an async outline/structure listing/navigator for files/module - [ ] NimRenameSymbolProject # TODO For advanced -- [ ] Syntax with nim compiler highlight +- [ ] Syntax with nim compiler highlight using matchaddpos ?? - [ ] Outline with unite - [ ] Outline with proper tagbar - [ ] Usages with unite