summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-29 13:29:56 -0400
committerpommicket <pommicket@gmail.com>2025-09-29 15:29:51 -0400
commit6c4baeebd88352399059a8df8d38ebe3511588ea (patch)
tree98db7bb4f36a47f8f9ac5a53dcb06e8cd19cf762 /main.c
parentec03a105ce7a6e396cfd287cbfe902d65bac1474 (diff)
Start code actions
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 0d0732c..425984b 100644
--- a/main.c
+++ b/main.c
@@ -95,6 +95,7 @@ the first character can be interpreted specially if it is one of the following:
#include "menu.c"
#include "ide-autocomplete.c"
#include "ide-signature-help.c"
+#include "ide-code-action.c"
#include "ide-rename-symbol.c"
#include "ide-hover.c"
#include "ide-definitions.c"