forked from helix-editor/helix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto generate docs for language support
- Loading branch information
1 parent
71292f9
commit a78b789
Showing
11 changed files
with
311 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
| Language | Syntax Highlighting | Treesitter Textobjects | Auto Indent | Default LSP | | ||
| --- | --- | --- | --- | --- | | ||
| Bash | ✓ | | | `bash-language-server` | | ||
| C | ✓ | | | `clangd` | | ||
| C# | ✓ | | | | | ||
| CMake | ✓ | | | `cmake-language-server` | | ||
| C++ | ✓ | | | `clangd` | | ||
| CSS | ✓ | | | | | ||
| Elixir | ✓ | | | `elixir-ls` | | ||
| GLSL | ✓ | | ✓ | | | ||
| Go | ✓ | ✓ | ✓ | `gopls` | | ||
| HTML | ✓ | | | | | ||
| Java | ✓ | | | | | ||
| JavaScript | ✓ | | ✓ | | | ||
| JSON | ✓ | | ✓ | | | ||
| Julia | ✓ | | | `julia` | | ||
| LaTeX | ✓ | | | | | ||
| Ledger | ✓ | | | | | ||
| LLVM | ✓ | | | | | ||
| Lua | ✓ | | ✓ | | | ||
| Mint | | | | `mint` | | ||
| Nix | ✓ | | ✓ | `rnix-lsp` | | ||
| OCaml | ✓ | | ✓ | | | ||
| OCaml-Interface | ✓ | | | | | ||
| Perl | ✓ | ✓ | | | | ||
| PHP | ✓ | | ✓ | | | ||
| Prolog | | | | `swipl` | | ||
| Protobuf | ✓ | | ✓ | | | ||
| Python | ✓ | ✓ | ✓ | `pylsp` | | ||
| Racket | | | | `racket` | | ||
| Ruby | ✓ | | | `solargraph` | | ||
| Rust | ✓ | ✓ | ✓ | `rust-analyzer` | | ||
| Svelte | ✓ | | ✓ | `svelteserver` | | ||
| TOML | ✓ | | | | | ||
| TSQ | ✓ | | | | | ||
| TSX | ✓ | | | `typescript-language-server` | | ||
| TypeScript | ✓ | | ✓ | `typescript-language-server` | | ||
| Vue | ✓ | | | | | ||
| WGSL | ✓ | | | | | ||
| YAML | ✓ | | ✓ | | | ||
| Zig | ✓ | | ✓ | `zls` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 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. | ||
|
||
{{#include ./generated/lang-support.md}} | ||
|
||
[languages.toml]: https://github.com/helix-editor/helix/blob/master/languages.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.