[metadata] update
This commit is contained in:
10
README.md
10
README.md
@@ -5,11 +5,11 @@ A simple language server for Brainfuck based on the example.
|
|||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
This Language Server works for plain text file. It has the following language features:
|
- [X] Syntax
|
||||||
- Completions for identifiers
|
- [X] Bracket matching
|
||||||
- Diagnostics regenerated on each file change or configuration change
|
- [X] Autocomplete suggestions
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -33,4 +33,4 @@ This Language Server works for plain text file. It has the following language fe
|
|||||||
- Select `Launch Client` from the drop down.
|
- Select `Launch Client` from the drop down.
|
||||||
- Run the launch config.
|
- Run the launch config.
|
||||||
- If you want to debug the server as well use the launch configuration `Attach to Server`
|
- If you want to debug the server as well use the launch configuration `Attach to Server`
|
||||||
|
-->
|
||||||
|
@@ -22,6 +22,10 @@
|
|||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onLanguage:bf"
|
"onLanguage:bf"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url":"https://github.com/chrisvrose/bf-server"
|
||||||
|
},
|
||||||
"main": "./client/out/extension",
|
"main": "./client/out/extension",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"languages": [
|
"languages": [
|
||||||
|
Reference in New Issue
Block a user