summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index a58888d..2f59a47 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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