aboutsummaryrefslogtreecommitdiff
path: root/book/src/lang-support.md
diff options
context:
space:
mode:
authorMichael Davis2022-04-10 17:50:05 +0000
committerGitHub2022-04-10 17:50:05 +0000
commit3d79c60a1ff7d2976c89b90976746df629be34fa (patch)
tree5f02b98f19ace784d4ef100191dde5fa65a1ab5c /book/src/lang-support.md
parent562874a720678a238966c69f413cb3d691f74c66 (diff)
Rewrite Language Support docs (#2065)
Diffstat (limited to 'book/src/lang-support.md')
-rw-r--r--book/src/lang-support.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/book/src/lang-support.md b/book/src/lang-support.md
index 3920f342..6a08cd69 100644
--- a/book/src/lang-support.md
+++ b/book/src/lang-support.md
@@ -1,10 +1,16 @@
# Language Support
-For more information like arguments passed to default LSP server,
-extensions assosciated with a filetype, custom LSP settings, filetype
-specific indent settings, etc see the default
-[`languages.toml`][languages.toml] file.
+The following languages and Language Servers are supported. In order to use
+Language Server features, you must first [install][lsp-install-wiki] the
+appropriate Language Server.
+
+Check the language support in your installed helix version with `hx --health`.
+
+Also see the [Language Configuration][lang-config] docs and the [Adding
+Languages][adding-languages] guide for more language configuration information.
{{#include ./generated/lang-support.md}}
-[languages.toml]: https://github.com/helix-editor/helix/blob/master/languages.toml
+[lsp-install-wiki]: https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers
+[lang-config]: ./languages.md
+[adding-languages]: ./guides/adding_languages.md