summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:07:58 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:07:58 -0400
commitbe834b2cb8007c51092a5a106089548a57ba9fb1 (patch)
treef9574091ed33f15fa521154bf4f3a4ec70cbebfd /main.c
parent306ddb06a7bb7e46348a1b7487117eccf5398b09 (diff)
Don't screw up cursor pos on reload
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 10 insertions, 0 deletions
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 <foo-bar> html highlighting
+- don't autocomplete when tab is pressed if there is text selected
+- highlight <https://example.org> 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