summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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 40e84fc..7f5f139 100644
--- a/ted.h
+++ b/ted.h
@@ -69,6 +69,8 @@ enum {
LANG_CSS = 18,
/// GDScript
LANG_GDSCRIPT = 19,
+ /// C#
+ LANG_CSHARP = 20,
/// this will never be a valid language ID
LANG_INVALID = 9999,