summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-07 23:09:49 -0400
committerpommicket <pommicket@gmail.com>2023-09-07 23:09:49 -0400
commit49f22fb75ae7ec5ffa98532c060d81e18d71575c (patch)
tree08f8142b70cd7641d36df5bfcf52064119ef7783 /main.c
parent5100257c186d52ffb61fe26e302ec7205f291599 (diff)
add gdscript language
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 595d4c5..12d7d63 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
/*
TODO:
-- gdscript syntax highlighting
+- LSP over TCP (needed for godot)
FUTURE FEATURES:
- autodetect indentation (tabs vs spaces)
- custom file/build command associations