summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-06-12 13:26:57 -0400
committerpommicket <pommicket@gmail.com>2025-06-12 13:42:49 -0400
commit218b0f332bc7944483c6eaa944f61a34ed5ced80 (patch)
treeed8e075ddbe0ec5fb74c092fefccb2b37a021e52 /ted.h
parent3421538fd331dd8fc02b4c96b2c117c546f4a8e3 (diff)
Start C Sharp
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,