Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| _Jedi Language Server_ | [Samuel Roeca](https://softwarejourneyman.com/pages/about.html#about) | [jedi-language-server](https://github.com/pappasam/jedi-language-server) | Python Language Server wrapping [Jedi](https://github.com/davidhalter/jedi) |
| _RPM Spec Language Server_ | [Dan Čermák](https://github.com/dcermak) | [rpm-spec-language-server](https://github.com/dcermak/rpm-spec-language-server/) | Language Server for RPM Spec files |
| _Ruff Language Server_ | [Charlie Marsh](https://github.com/charliermarsh) | [ruff-lsp](https://github.com/charliermarsh/ruff-lsp) | Language Server for Python's [ruff](https://github.com/charliermarsh/ruff) |
| _Sage Language Server_ | [SeanDictionary](https://github.com/seandictionary) | [sage-lsp](https://github.com/SeanDictionary/sage-lsp) | Language Server for [SageMath](https://www.sagemath.org/) |
| _Systemd Language Server_ | [Paweł Sacawa](https://github.com/psacawa) | [systemd-language-server](https://github.com/psacawa/systemd-language-server) | Systemd Unit File Language Server
| _VSCode `autopep8` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-autopep8](https://github.com/microsoft/vscode-autopep8) | VSCode extension for Python's [autopep8](https://github.com/hhatto/autopep8) |
| _VSCode `black` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-black-formatter](https://github.com/microsoft/vscode-black-formatter) | VSCode extension for Python's [black](https://github.com/psf/black) |
Expand Down
Loading