diff --git a/README.md b/README.md index b3ee3ea..ac6ee87 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/package.json b/package.json index d63c193..3d30139 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,10 @@ "activationEvents": [ "onLanguage:bf" ], + "repository": { + "type": "git", + "url":"https://github.com/chrisvrose/bf-server" + }, "main": "./client/out/extension", "contributes": { "languages": [