diff options
author | pommicket <pommicket@gmail.com> | 2023-08-07 07:39:58 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-07 07:39:58 -0400 |
commit | 3839577f15d9fa8e460e3042d94970fb8b5dc12f (patch) | |
tree | 685969ef0750868ed60d0dc051f3c519ce824c13 /main.c | |
parent | b146279b48f6a4f4bea8946cb3f0f1f5cc5a9985 (diff) |
documentation
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |