Merge pull request #2086 from paldepind/typescript-discoverability

lang/javascript: clarify that JavaScript module is also for TypeScript
This commit is contained in:
Henrik Lissner 2019-11-21 16:11:04 -05:00 committed by GitHub
commit bda38706f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ Modules that bring support for a language or group of languages to Emacs.
+ hy - TODO
+ [[file:../modules/lang/idris/README.org][idris]] - TODO
+ java =+meghanada +lsp= - TODO
+ [[file:../modules/lang/javascript/README.org][javascript]] =+lsp= - Javascript, typescript, and coffeescript support
+ [[file:../modules/lang/javascript/README.org][javascript]] =+lsp= - JavaScript, TypeScript, and CoffeeScript support
+ julia - TODO
+ kotlin - TODO
+ [[file:../modules/lang/latex/README.org][latex]] - TODO

View File

@ -15,7 +15,7 @@
- [[#commands][Commands]]
* Description
This module adds Javascript support.
This module adds JavaScript and TypeScript support.
+ Code completion (tide)
+ REPL support (nodejs-repl)