Make it clearer that JavaScript module also is for TypeScript

squash! Make it clearer that JavaScript module also is for TypeScript
This commit is contained in:
Simon Friis Vindum 2019-11-20 11:12:03 +01:00
parent fb13b902b0
commit ddd7d714ec
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 + hy - TODO
+ [[file:../modules/lang/idris/README.org][idris]] - TODO + [[file:../modules/lang/idris/README.org][idris]] - TODO
+ java =+meghanada +lsp= - 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 + julia - TODO
+ kotlin - TODO + kotlin - TODO
+ [[file:../modules/lang/latex/README.org][latex]] - TODO + [[file:../modules/lang/latex/README.org][latex]] - TODO

View file

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