diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 13:09:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 13:09:18 -0500 |
commit | 7d4f4b04d642a8e454a773cde0a00be11fe624cf (patch) | |
tree | 933c21b0e7bb9c18dec414985f03138f98bd901c /main.c | |
parent | 4293f5284971473afaa43b83075d4d985b976622 (diff) |
remove support for "extended json"
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |