summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-01 17:28:30 -0500
committerpommicket <pommicket@gmail.com>2023-03-01 17:28:30 -0500
commit6d9ebc8332b6cc54ada4bc17689e4de4040892c6 (patch)
tree3d8611141759be315996b537e8b533a16aa472a5 /main.c
parent52ba910a48a4dd2abb798c3c998ecb0e006c1895 (diff)
start dynamic lbanguage registaration
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2cbe3ce..6050771 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,7 @@
/*
+@TODO:
+- check bounds in CMD_SET_LANGUAGE
+- comment-start & comment-end settings
FUTURE FEATURES:
- manual.md
- CSS highlighting
@@ -9,7 +12,6 @@ FUTURE FEATURES:
- return to previous location in buffer
- font setting & support for multiple fonts to cover more characters
- support for variable-width fonts
-- comment-start & comment-end settings
- robust find (results shouldn't move around when you type things)
- open multiple files with command line arguments
- document links using LSP textDocument/documentLink request