summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:15:08 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:15:08 -0400
commit896ad5c758ed33905b79c98dc5759d0f5675eb37 (patch)
tree8ed4031d49ead66b48af73b0502647327c4c2e20 /main.c
parentbe834b2cb8007c51092a5a106089548a57ba9fb1 (diff)
Allow - and a few other things in HTML tag names
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1cbbf67..3c2cd98 100644
--- a/main.c
+++ b/main.c
@@ -1,7 +1,6 @@
/*
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?)