summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:35:11 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:35:11 -0400
commite78bf3013ddb588638a93bed1f6eff4d0beb5106 (patch)
treeabd2a82bdfa2180d46bf41f2241c634f422b36a1 /main.c
parente2ba8973230902612cb7388eb7b227d9a43a46ed (diff)
Better highlighting for Markdown links
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main.c b/main.c
index 9da5c2b..059c5ae 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,6 @@
/*
-TODO:
-- 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:
+- LSP "actions"
- wrap-text command
- path-specific extensions
- more tests