From 70c0411c5f3b89b6ce1d2829049930eedc29480b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Fri, 31 Mar 2023 17:51:09 -0300 Subject: [PATCH] Added shellscrip LSP (wasn't included by error). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2217a179..6d98bbb1 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and | rust | ✓ | [rust-analyzer](https://rust-analyzer.github.io) | None | [rustfmt](https://rust-lang.github.io/rustfmt/) | | sass | ✓ | None | None | None | | scala | ✓ | [metals](https://github.com/scalameta/metals) | None | None | -| shellscript | ✓ | None | [shellcheck](https://www.shellcheck.net) | None | +| shellscript | ✓ | [bash-language-server](https://github.com/bash-lsp/bash-language-server) | [shellcheck](https://www.shellcheck.net) | None | | solidity | ✓ | [solc](https://soliditylang.org) | [solhint](https://protofire.github.io/solhint/) | None | | sql | ✓ | None | None | None | | swift | ✓ | [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) | None | None |