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.
Use same name used in config files for langs in docs
- Loading branch information
1 parent
70c989e
commit d08bdfa
Showing
5 changed files
with
40 additions
and
83 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,41 +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` | | ||
| bash | ✓ | | | `bash-language-server` | | ||
| c | ✓ | | | `clangd` | | ||
| c-sharp | ✓ | | | | | ||
| cmake | ✓ | | | `cmake-language-server` | | ||
| cpp | ✓ | | | `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
Oops, something went wrong.