summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-29 10:39:47 -0500
committerpommicket <pommicket@gmail.com>2022-12-29 10:39:47 -0500
commit143387f72d255613ab774daaeaeebdd31fa16256 (patch)
treedd0ac530242476be02674bc21da683d7adaecb52 /main.c
parent92c2f6c5db7606515948b233470181c119f7e308 (diff)
separate XML highlighting
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index bfa8254..b59079e 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
@TODO:
-- don't highlight HTML stuff for XML
- more LSP stuff:
- hover
- go to definition using LSP
@@ -19,6 +18,8 @@
--- LSP MERGE ---
- improve structure of ted source code to make LSP completions better
(make every c file a valid translation unit)
+- CSS highlighting
+- more documentation generally (development.md or something?)
- rename buffer->filename to buffer->path
- make buffer->path NULL for untitled buffers & fix resulting mess
- rust-analyzer bug reports: