diff options
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |