diff --git a/.vscodeignore b/.vscodeignore index c787839..eab1716 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -7,3 +7,4 @@ !logo.png !package.json !syntaxes +!icons diff --git a/icons/markdoc-dark.svg b/icons/markdoc-dark.svg new file mode 100644 index 0000000..626ba52 --- /dev/null +++ b/icons/markdoc-dark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/markdoc-light.svg b/icons/markdoc-light.svg new file mode 100644 index 0000000..626ba52 --- /dev/null +++ b/icons/markdoc-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/package.json b/package.json index 7f32779..d6c0e33 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,11 @@ ".markdoc.md", ".mdoc" ], - "configuration": "./language-configuration.json" + "configuration": "./language-configuration.json", + "icon": { + "light": "./icons/markdoc-light.svg", + "dark": "./icons/markdoc-dark.svg" + } } ], "grammars": [