Fix parsing bugs and add better indentation support

This commit is contained in:
2026-02-01 20:40:52 +00:00
parent f77caf604f
commit 8b93b955e8
17 changed files with 304 additions and 103 deletions
-1
View File
@@ -1,5 +1,4 @@
#include "lsp/lsp.h"
#include "main.h"
Queue<LSPOpenRequest> lsp_open_queue;