summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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