[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
This Language Server works for plain text file. It has the following language features:
- Completions for identifiers
- Diagnostics regenerated on each file change or configuration change
- [X] Syntax
- [X] Bracket matching
- [X] Autocomplete suggestions
<!--
## 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.
- Run the launch config.
- If you want to debug the server as well use the launch configuration `Attach to Server`
-->

View File

@@ -22,6 +22,10 @@
"activationEvents": [
"onLanguage:bf"
],
"repository": {
"type": "git",
"url":"https://github.com/chrisvrose/bf-server"
},
"main": "./client/out/extension",
"contributes": {
"languages": [