diff --git a/file-types/.feature b/file-types/.feature new file mode 100644 index 0000000..e69de29 diff --git a/src/icons/files/cucumber.svg b/src/icons/files/cucumber.svg new file mode 100644 index 0000000..45ca056 --- /dev/null +++ b/src/icons/files/cucumber.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 7d2aa3b..fab06f6 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -144,6 +144,7 @@ "ionic": { "iconPath": "./icons/files/ionic.svg" }, "capacitor": { "iconPath": "./icons/files/capacitor.svg" }, "cypress": { "iconPath": "./icons/files/cypress.svg" }, + "cucumber" : { "iconPath": "./icons/files/cucumber.svg" }, "gulp": { "iconPath": "./icons/files/gulp.svg" }, "supabase": { "iconPath": "./icons/files/supabase.svg" }, "v": { "iconPath": "./icons/files/v.svg" }, @@ -536,6 +537,7 @@ "cypress.config.js": "cypress", "cypress.config.cjs": "cypress", "cypress.config.mjs": "cypress", + ".feature" : "cucumber", "capacitor.config.json": "capacitor", "capacitor.config.ts": "capacitor", "ionic.config.json": "ionic", @@ -1002,6 +1004,7 @@ "swift": "swift", "ruby": "ruby", "svelte": "svelte", + "gherkin": "cucumber", "r": "r", "rsweave": "r", "jade": "pug",