From a724cde4a9e8400a9c3fc6eb75f9f7e91bd4b477 Mon Sep 17 00:00:00 2001 From: Ryan Holanda Date: Sat, 24 Aug 2024 21:18:27 -0300 Subject: [PATCH] feat: add huff icon to file extension --- package.json | 8 ++++++-- resources/huff_icon.svg | 5 +++++ resources/huff_icon_dark.svg | 5 +++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 resources/huff_icon.svg create mode 100644 resources/huff_icon_dark.svg diff --git a/package.json b/package.json index 357a2b5..fc8737e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,11 @@ "extensions": [ ".huff" ], - "configuration": "./language-configuration.json" + "configuration": "./language-configuration.json", + "icon": { + "dark": "./resources/huff_icon.svg", + "light": "./resources/huff_icon_dark.svg" + } } ], "grammars": [ @@ -129,4 +133,4 @@ "command-exists": "^1.2.9", "keccak": "^3.0.2" } -} +} \ No newline at end of file diff --git a/resources/huff_icon.svg b/resources/huff_icon.svg new file mode 100644 index 0000000..8b1aff9 --- /dev/null +++ b/resources/huff_icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/huff_icon_dark.svg b/resources/huff_icon_dark.svg new file mode 100644 index 0000000..43bc039 --- /dev/null +++ b/resources/huff_icon_dark.svg @@ -0,0 +1,5 @@ + + + + +