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 /main.c | |
parent | a11545e25cf2f65047158cc1fd7ed5a0f11a9fa0 (diff) |
add typescript highlighting
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ @TODO: - https://github.com/typescript-language-server/typescript-language-server - NOTE: This supports javascript. - - We should also add a typescript language (but just use javascript syntax highlighting for now) - - (don't want to add .ts as a Javascript extension since that won't be forwards-compatible - if we ever do add real typescript highlighting support) - make sure "save as" works - more LSP stuff: - signature help |