Skip to content

Commit

Permalink
Add default language server for JavaScript (#1457)
Browse files Browse the repository at this point in the history
* Add default language server for JavaScript

* Update lang support documentation
  • Loading branch information
hovsater authored Jan 8, 2022
1 parent 1af8dd9 commit 5e22694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| go |||| `gopls` |
| html || | | |
| java || | | |
| javascript || || |
| javascript || || `typescript-language-server` |
| json || || |
| julia || | | `julia` |
| latex || | | |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ roots = []
comment-token = "//"
# TODO: highlights-jsx, highlights-params

language-server = { command = "typescript-language-server", args = ["--stdio"] }
indent = { tab-width = 2, unit = " " }

[[language]]
Expand Down

0 comments on commit 5e22694

Please sign in to comment.