diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -311,7 +311,8 @@ HTML = .html, .php, .xml, .xhtml, .iml Config = .cfg, .toml # ted.cfg has its own syntax highlighting for multiline strings. TedCfg = ted.cfg -Javascript = .js +JavaScript = .js +TypeScript = .ts Java = .java Go = .go |