summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-04 13:09:18 -0500
committerpommicket <pommicket@gmail.com>2023-01-04 13:09:18 -0500
commit7d4f4b04d642a8e454a773cde0a00be11fe624cf (patch)
tree933c21b0e7bb9c18dec414985f03138f98bd901c /main.c
parent4293f5284971473afaa43b83075d4d985b976622 (diff)
remove support for "extended json"
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index e896483..fa02a41 100644
--- a/main.c
+++ b/main.c
@@ -17,8 +17,6 @@
- some way of opening + closing all C files in directory for clangd
textDocument/references to work?
- maybe it can be done with the clangd config instead.
-- CSS highlighting
-- styles ([color] sections)
- more documentation generally (development.md or something?)
- rename buffer->filename to buffer->path
- make buffer->path NULL for untitled buffers & fix resulting mess
@@ -28,7 +26,10 @@
- clangd bug report:
- textDocumemt/definition on ted.h declarations just gives you the declaration
FUTURE FEATURES:
+- CSS highlighting
+- styles ([color] sections)
- make go-to-definition/hover/highlight modifier key configurable
+- option for separate colors for read/write highlights
- return to previous location in buffer
- font setting & support for multiple fonts to cover more characters
- comment-start & comment-end settings