diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:35:11 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:35:11 -0400 |
commit | e78bf3013ddb588638a93bed1f6eff4d0beb5106 (patch) | |
tree | abd2a82bdfa2180d46bf41f2241c634f422b36a1 /main.c | |
parent | e2ba8973230902612cb7388eb7b227d9a43a46ed (diff) |
Better highlighting for Markdown links
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |