From 6f7d04a97e912f7f3b0bfc913c6086499968ca9c Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 18 Mar 2020 09:06:06 +0000 Subject: [PATCH] Update package.json --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dbb944..4c42080 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "myst-highlight", "displayName": "myst-highlight", - "description": "A syntax highlighter for the MyST Markdown format", + "description": "The official syntax highlighter for the MyST Markdown format", "version": "0.0.1", "repository": { "type": "git", - "url": "https://github.com/ExecutableBookProject/myst-highlight.git" + "url": "https://github.com/ExecutableBookProject/myst-highlight-grammar.git" }, + "homepage": "https://github.com/ExecutableBookProject/myst-highlight-grammar/blob/master/README.md", + "publisher": "ExecutableBookProject", + "authors": [ + "Chris Sewell" + ], "license": "MIT", "engines": { "vscode": "^1.43.0"