From 65cd9dba2477ad811d6e73557d04c3526ba354f8 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Fri, 9 Apr 2021 23:22:24 +0530 Subject: [PATCH] [metadata] update --- README.md | 10 +++++----- package.json | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) 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": [