diff options
author | pommicket <pommicket@gmail.com> | 2022-12-27 14:39:01 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-27 14:39:01 -0500 |
commit | c9907c20599728286e73115d11b46b169d10e1a3 (patch) | |
tree | b1a287d830d8ee7e013e519df9b082485af1082c /ted.cfg | |
parent | a11545e25cf2f65047158cc1fd7ed5a0f11a9fa0 (diff) |
add typescript highlighting
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 |