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 @@ + + + + +