diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 15:38:24 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 15:39:26 -0500 |
commit | 5cdae84d6a61d03173a86cbfc9c7fd9112e41237 (patch) | |
tree | e6738367ac92d150ccb0f30e5755750169832390 | |
parent | 8e75a61add3c8023d9a40a63032ee9b4fa52c6ca (diff) |
no HTML
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |