diff options
Diffstat (limited to 'ted.cfg')
-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 |