We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b82c1 commit 6f7d04aCopy full SHA for 6f7d04a
package.json
@@ -1,12 +1,17 @@
1
{
2
"name": "myst-highlight",
3
"displayName": "myst-highlight",
4
- "description": "A syntax highlighter for the MyST Markdown format",
+ "description": "The official syntax highlighter for the MyST Markdown format",
5
"version": "0.0.1",
6
"repository": {
7
"type": "git",
8
- "url": "https://github.com/ExecutableBookProject/myst-highlight.git"
+ "url": "https://github.com/ExecutableBookProject/myst-highlight-grammar.git"
9
},
10
+ "homepage": "https://github.com/ExecutableBookProject/myst-highlight-grammar/blob/master/README.md",
11
+ "publisher": "ExecutableBookProject",
12
+ "authors": [
13
+ "Chris Sewell"
14
+ ],
15
"license": "MIT",
16
"engines": {
17
"vscode": "^1.43.0"
0 commit comments