summaryrefslogtreecommitdiff
path: root/ted.h
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 /ted.h
parent5100257c186d52ffb61fe26e302ec7205f291599 (diff)
add gdscript language
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 2cc7d3a..b1c8950 100644
--- a/ted.h
+++ b/ted.h
@@ -67,6 +67,8 @@ enum {
LANG_TEXT = 17,
/// CSS
LANG_CSS = 18,
+ /// GDScript
+ LANG_GDSCRIPT = 19,
/// all user-defined languages are greater than this.
LANG_USER_MIN = 100000,