From be834b2cb8007c51092a5a106089548a57ba9fb1 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:07:58 -0400 Subject: Don't screw up cursor pos on reload --- main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index b8e8528..1cbbf67 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,15 @@ /* +TODO: +- syntax highlighting for Python t-strings +- fix html highlighting +- don't autocomplete when tab is pressed if there is text selected +- highlight correctly in Markdown +- highlight (https://example.org) correctly in Markdown (exactly which characters are allowed in links?) + - what did I mean by this +- LSP "actions" + FUTURE FEATURES: +- wrap-text command - path-specific extensions - more tests - config variables -- cgit v1.2.3