From ff2a2eed44f7d79ba4c3edc84d1d1bbf3fb6cdaf Mon Sep 17 00:00:00 2001 From: SeanDictionary Date: Wed, 10 Jun 2026 21:03:03 +0800 Subject: [PATCH] docs: add Sage Language Server to Implementations.md --- Implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Implementations.md b/Implementations.md index 2eb5d23d..4d7668c3 100644 --- a/Implementations.md +++ b/Implementations.md @@ -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) |