diff options
author | pommicket <pommicket@gmail.com> | 2025-09-30 13:25:25 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-30 13:25:25 -0400 |
commit | 281c1dbb0ea763832086565061ee617db8c7c391 (patch) | |
tree | 78c03bb4536ec01edb8c3c95989b8c6c9eb2a6cd | |
parent | 5784112d13024f4f4b68c237324754d54f12cbad (diff) |
Update ted.cfg languages comment
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |