You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lsp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
This is a work-in-progress implementation of a Bash++ language server.
5
+
This is a language server for Bash++.
6
6
7
7
It is designed to provide language server protocol (LSP) features such as code completion, go-to definition, and hover information for Bash++ scripts.
8
8
@@ -23,9 +23,9 @@ It is designed to provide language server protocol (LSP) features such as code c
23
23
24
24
Note that, as is also the case for the rest of the Bash++ project, the LSP implementation is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html).
25
25
26
-
The files`metaModel.json`and `metaModel.schema.json`which define the LSP model are pulled from Microsoft's [Language server protocol implementation for VSCode](https://github.com/microsoft/vscode-languageserver-node) and are licensed under the MIT License.
26
+
The file`metaModel.json`(which defines the LSP model) is pulled from Microsoft's [Language server protocol implementation for VSCode](https://github.com/microsoft/vscode-languageserver-node) and is licensed under the MIT License.
27
27
28
-
Full contents of the original license in compliance with its terms of reuse:
28
+
Full text of the original license in compliance with its terms of reuse:
0 commit comments