From a792e25b2054ee0c3c7721b512ca9c2e10fce5c7 Mon Sep 17 00:00:00 2001 From: Ryan Holanda Date: Mon, 8 Jul 2024 08:35:37 -0300 Subject: [PATCH] feat: Add FunC file icon --- icons/func.svg | 3 +++ package.json | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 icons/func.svg diff --git a/icons/func.svg b/icons/func.svg new file mode 100644 index 0000000..3d3668f --- /dev/null +++ b/icons/func.svg @@ -0,0 +1,3 @@ + + + diff --git a/package.json b/package.json index ac4a075..7435a57 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,11 @@ ".fc", ".func" ], - "configuration": "./language-configuration.json" + "configuration": "./language-configuration.json", + "icon": { + "dark": "./icons/func.svg", + "light": "./icons/func.svg" + } } ], "grammars": [