[metadata] update

This commit is contained in:
2021-04-09 23:22:24 +05:30
parent 77a7edef2a
commit 65cd9dba24
2 changed files with 9 additions and 5 deletions

View File

@@ -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`
-->

View File

@@ -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": [