diff --git a/package.json b/package.json
index 7f1a32a..8c2e037 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,11 @@
"aliases": [
"Postgres"
],
- "configuration": "./language-configuration.json"
+ "configuration": "./language-configuration.json",
+ "icon": {
+ "dark": "./resources/dark/file.svg",
+ "light": "./resources/light/file.svg"
+ }
}
],
"grammars": [
diff --git a/resources/dark/file.svg b/resources/dark/file.svg
new file mode 100644
index 0000000..d1eefea
--- /dev/null
+++ b/resources/dark/file.svg
@@ -0,0 +1,16 @@
+
+
+
\ No newline at end of file
diff --git a/resources/light/file.svg b/resources/light/file.svg
new file mode 100644
index 0000000..d1eefea
--- /dev/null
+++ b/resources/light/file.svg
@@ -0,0 +1,16 @@
+
+
+
\ No newline at end of file