Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/lang-support.md')
| -rw-r--r-- | book/src/lang-support.md | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/book/src/lang-support.md b/book/src/lang-support.md index 3b326164..3920f342 100644 --- a/book/src/lang-support.md +++ b/book/src/lang-support.md @@ -1,16 +1,10 @@ -## Language Support +# Language Support -The following languages and Language Servers are supported. To use -Language Server features, you must first [configure][lsp-config-wiki] the -appropriate Language Server. - -You can 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. +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. {{#include ./generated/lang-support.md}} -[lsp-config-wiki]: https://github.com/helix-editor/helix/wiki/Language-Server-Configurations -[lang-config]: ./languages.md -[adding-languages]: ./guides/adding_languages.md +[languages.toml]: https://github.com/helix-editor/helix/blob/master/languages.toml |