Skip to content

Commit

Permalink
docs: update supported languages section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcecode committed Jan 15, 2025
1 parent 177e05c commit 064a3f9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
8 changes: 8 additions & 0 deletions packages/web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ textarea {
.header {
top: 6px !important;
}

th[align='center'] {
text-align: center;
}

th[align='right'] {
text-align: right;
}
52 changes: 28 additions & 24 deletions packages/web/src/routes/docs/integrations/language-server/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,30 +75,34 @@ If you use Neovim, [read this documentation](./neovim#Configuration).

`harper-ls` supports a wide variety of programming and markup languages.

| Language | Language ID | Just Comments |
| :--------- | :---------------: | ------------: |
| Markdown | `markdown` ||
| HTML | `html` ||
| Email | `mail` ||
| Rust | `rust` ||
| Python | `python` ||
| Nix | `nix` ||
| JavaScript | `javascript` ||
| TypeScript | `typescript` ||
| React JSX | `javascriptreact` ||
| React TSX | `typescriptreact` ||
| Go | `go` ||
| C | `c` ||
| C++ | `cpp` ||
| CMake | `cmake` ||
| Ruby | `ruby` ||
| Swift | `swift` ||
| C# | `csharp` ||
| TOML | `toml` ||
| Lua | `lua` ||
| Shell | `shellscript` ||
| Java | `java` ||
| Haskell | `haskell` ||
| Language | Language ID | Comments Only |
| :---------------- | :---------------------------: | ------------: |
| C | `c` ||
| CMake | `cmake` ||
| C++ | `cpp` ||
| C# | `csharp` ||
| Email | `mail` | |
| Git Commit | `git-commit`/`gitcommit` | |
| Go | `go` ||
| Haskell | `haskell` ||
| HTML | `html` | |
| Java | `java` ||
| JavaScript | `javascript` ||
| JavaScript React | `javascriptreact` ||
| Literate Haskell | `literate haskell`/`lhaskell` | |
| Lua | `lua` ||
| Markdown | `markdown` | |
| Nix | `nix` ||
| Plain Text | `plaintext` | |
| Python | `python` ||
| Ruby | `ruby` ||
| Rust | `rust` ||
| Shell/Bash Script | `shellscript` ||
| Swift | `swift` ||
| TOML | `toml` ||
| TypeScript | `typescript` ||
| TypeScript React | `typescriptreact` ||
| Typst | `typst` | |

Want your language added?
Let us know by [commenting on this issue](https://github.com/Automattic/harper/issues/79).
Expand Down

0 comments on commit 064a3f9

Please sign in to comment.