summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ted.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index 3b6909b..1c46b52 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -411,8 +411,8 @@ XML = .xml, .iml
Config = .cfg, .toml
# ted.cfg has its own syntax highlighting
TedCfg = ted.cfg
-JavaScript = .js
-TypeScript = .ts
+JavaScript = .js, .jsx, .ejs
+TypeScript = .ts, .tsx
JSON = .json
Java = .java
Go = .go