Skip to content

Commit c26fa72

Browse files
committed
Update bpp-lsp readme
[notest]
1 parent f2a999f commit c26fa72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lsp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This is a work-in-progress implementation of a Bash++ language server.
5+
This is a language server for Bash++.
66

77
It is designed to provide language server protocol (LSP) features such as code completion, go-to definition, and hover information for Bash++ scripts.
88

@@ -23,9 +23,9 @@ It is designed to provide language server protocol (LSP) features such as code c
2323

2424
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).
2525

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.
2727

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:
2929

3030
```
3131
Copyright (c) Microsoft Corporation

0 commit comments

Comments
 (0)