summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index d1e365e..5a80b04 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,10 @@
/*
@TODO:
-- HTML https://github.com/Microsoft/vscode/tree/main/extensions/html-language-features/server
- more LSP stuff:
- signature help
- hover
- go to definition using LSP
- find usages
- - that thing where it shows you the current function argument
- check if there are any other non-optional/nice-to-have-support-for server-to-client requests
- do something with lsp->error
- document lsp.h and lsp.c.