diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 10:39:47 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 10:39:47 -0500 |
commit | 143387f72d255613ab774daaeaeebdd31fa16256 (patch) | |
tree | dd0ac530242476be02674bc21da683d7adaecb52 /main.c | |
parent | 92c2f6c5db7606515948b233470181c119f7e308 (diff) |
separate XML highlighting
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |