Skip to content

Commit 2bfdf58

Browse files
committed
Update documentation
1 parent 4ec67ff commit 2bfdf58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

server/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Bash Language Server
22

3-
Bash language server implementation based on [Tree Sitter][tree-sitter] and its
4-
[grammar for Bash][tree-sitter-bash].
3+
Bash language server implementation based on [Tree Sitter][tree-sitter] and its [grammar for Bash][tree-sitter-bash]. Integrates with [explainshell][explainshell] and [shellcheck][shellcheck].
54

6-
For more information see the main Github repository: [mads-hartmann/bash-language-server][repo]
5+
For more information see the GitHub repository: [bash-ide/bash-language-server][repo]
76

87
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
98
[tree-sitter-bash]: https://github.com/tree-sitter/tree-sitter-bash
109
[repo]: https://github.com/bash-lsp/bash-language-server
10+
[explainshell]: https://explainshell.com/
11+
[shellcheck]: https://www.shellcheck.net/

0 commit comments

Comments
 (0)