diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:07:58 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:07:58 -0400 |
commit | be834b2cb8007c51092a5a106089548a57ba9fb1 (patch) | |
tree | f9574091ed33f15fa521154bf4f3a4ec70cbebfd /main.c | |
parent | 306ddb06a7bb7e46348a1b7487117eccf5398b09 (diff) |
Don't screw up cursor pos on reload
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |