Skip to content

Commit 6f7d04a

Browse files
committed
Update package.json
1 parent f4b82c1 commit 6f7d04a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "myst-highlight",
33
"displayName": "myst-highlight",
4-
"description": "A syntax highlighter for the MyST Markdown format",
4+
"description": "The official syntax highlighter for the MyST Markdown format",
55
"version": "0.0.1",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/ExecutableBookProject/myst-highlight.git"
8+
"url": "https://github.com/ExecutableBookProject/myst-highlight-grammar.git"
99
},
10+
"homepage": "https://github.com/ExecutableBookProject/myst-highlight-grammar/blob/master/README.md",
11+
"publisher": "ExecutableBookProject",
12+
"authors": [
13+
"Chris Sewell"
14+
],
1015
"license": "MIT",
1116
"engines": {
1217
"vscode": "^1.43.0"

0 commit comments

Comments
 (0)