diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -194,6 +194,8 @@ Ctrl+Shift+r = :reload-all # 11 Go # 12 ted.cfg # 13 TypeScript +# 14 JSON +# 15 XML # -1 Guess from the file extension (default) Ctrl+Space = :autocomplete @@ -326,12 +328,14 @@ Rust = .rs Python = .py Tex = .tex Markdown = .md -HTML = .html, .php, .xml, .xhtml, .iml +HTML = .html, .php, .xhtml +XML = .xml, .iml Config = .cfg, .toml # ted.cfg has its own syntax highlighting for multiline strings. TedCfg = ted.cfg JavaScript = .js TypeScript = .ts +JSON = .json Java = .java Go = .go |