From 281c1dbb0ea763832086565061ee617db8c7c391 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 13:25:25 -0400 Subject: Update ted.cfg languages comment --- ted.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ted.cfg') 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 -- cgit v1.2.3