summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 15:38:24 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 15:39:26 -0500
commit5cdae84d6a61d03173a86cbfc9c7fd9112e41237 (patch)
treee6738367ac92d150ccb0f30e5755750169832390
parent8e75a61add3c8023d9a40a63032ee9b4fa52c6ca (diff)
no HTML
-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.