summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-07 07:39:58 -0400
committerpommicket <pommicket@gmail.com>2023-08-07 07:39:58 -0400
commit3839577f15d9fa8e460e3042d94970fb8b5dc12f (patch)
tree685969ef0750868ed60d0dc051f3c519ce824c13 /main.c
parentb146279b48f6a4f4bea8946cb3f0f1f5cc5a9985 (diff)
documentation
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 40dc1c8..7b2fd86 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,9 @@
/*
+TODO:
+- public Node API
+- public Selector/FileSelector API
+- more public TextBuffer API
+
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- config variables
@@ -7,6 +12,7 @@ FUTURE FEATURES:
- plugins?
- built-in plugins
- "remove file..." menu
+ - auto-close brackets
- with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast)
- manual.md
- LSP request timeout