Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 18, 2020
1 parent f4b82c1 commit 6f7d04a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6f7d04a

Please sign in to comment.