diff options
author | pommicket <pommicket@gmail.com> | 2023-09-07 23:09:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-07 23:09:49 -0400 |
commit | 49f22fb75ae7ec5ffa98532c060d81e18d71575c (patch) | |
tree | 08f8142b70cd7641d36df5bfcf52064119ef7783 /main.c | |
parent | 5100257c186d52ffb61fe26e302ec7205f291599 (diff) |
add gdscript language
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |