summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 15:14:58 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 15:14:58 -0500
commit8e75a61add3c8023d9a40a63032ee9b4fa52c6ca (patch)
treeae6c80bedf180e420b509595a297c397e8c3c099 /README.md
parent6f208a42ce93dfac6f16cb16fdc7a4e6d37e4e7d (diff)
typescript-language-server
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64718e3..aa2d9e2 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ in other editors.
- Multiple tabs, each with a different file
- Split screen
- Auto-indent
-- Syntax highlighting for C, C++, Go, HTML, Java, JavaScript, LaTeX, Markdown, Python, and Rust.
+- Syntax highlighting for C, C++, Go, HTML, Java, JavaScript, LaTeX, Markdown, Python, Rust, and TypeScript.
- Find and replace (with regular expressions!)
- Run build command, go to errors
- Run any shell command
@@ -143,6 +143,12 @@ The Go team's `go-pls` is enabled by default. You can download it
Eclipse's `jdtls` is enabled by default.
You can download it [here](download.eclipse.org/jdtls/milestones/?d).
+## JavaScript/TypeScript
+
+`typescript-language-server` is enabled by default.
+You can download it by following
+[the instructions here](https://github.com/typescript-language-server/typescript-language-server).
+
## LaTeX
`texlab` is enabled by default. You can download it
@@ -158,7 +164,6 @@ You can download it [here](https://github.com/python-lsp/python-lsp-server).
by following [the instructions here](https://rust-analyzer.github.io/manual.html#rust-analyzer-language-server-binary).
-
## Tags (lightweight LSP alternative)
If an LSP is too much for you, you can also use [ctags](https://github.com/universal-ctags/ctags)