summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-30 13:25:25 -0400
committerpommicket <pommicket@gmail.com>2025-09-30 13:25:25 -0400
commit281c1dbb0ea763832086565061ee617db8c7c391 (patch)
tree78c03bb4536ec01edb8c3c95989b8c6c9eb2a6cd
parent5784112d13024f4f4b68c237324754d54f12cbad (diff)
Update ted.cfg languages comment
-rw-r--r--ted.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 970eeb9..09c2e0e 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -321,7 +321,6 @@ Ctrl+Shift+r = :reload-all
# to set the language of the current buffer to Rust, for example. This might be useful if
# one file extension could be multiple different languages.
# Here are the numbers corresponding to each language we have syntax highlighting for:
-# 0 Plain text (no syntax highlighting)
# 1 C
# 2 C++
# 3 Rust
@@ -338,6 +337,10 @@ Ctrl+Shift+r = :reload-all
# 14 JSON
# 15 XML
# 16 GLSL
+# 17 Plain text
+# 18 CSS
+# 19 GdScript (Godot)
+# 20 C#
# -1 Guess from the file extension (default)
# IDE features