From cae5ab67c97b2cfbe0ff131d5cfaa8f94be06e8e Mon Sep 17 00:00:00 2001 From: Mark Olech Date: Sun, 6 Jul 2025 18:36:43 -0400 Subject: [PATCH] Add file icons for Markdoc files --- .vscodeignore | 1 + icons/markdoc-dark.svg | 5 +++++ icons/markdoc-light.svg | 5 +++++ package.json | 6 +++++- 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 icons/markdoc-dark.svg create mode 100644 icons/markdoc-light.svg 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": [