diff --git a/src/icons/files/biome.svg b/src/icons/files/biome.svg new file mode 100644 index 0000000..3fef990 --- /dev/null +++ b/src/icons/files/biome.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/files/contentlayer.svg b/src/icons/files/contentlayer.svg new file mode 100644 index 0000000..e381c22 --- /dev/null +++ b/src/icons/files/contentlayer.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 0ebf392..bb24fe6 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -91,6 +91,7 @@ "eslint": { "iconPath": "./icons/files/eslint.svg" }, "rome": { "iconPath": "./icons/files/rome.svg" }, + "biome": { "iconPath": "./icons/files/biome.svg" }, "angular": { "iconPath": "./icons/files/angular.svg" }, "tailwind": { "iconPath": "./icons/files/tailwind.svg" }, "hugo": { "iconPath": "./icons/files/hugo.svg" }, @@ -188,6 +189,7 @@ "cloudflare-workers": { "iconPath": "./icons/files/cloudflare-workers.svg" }, "gif": { "iconPath": "./icons/files/gif.svg" }, "cmake": { "iconPath": "./icons/files/cmake.svg" }, + "contentlayer": { "iconPath": "./icons/files/contentlayer.svg" }, "lock": { "iconPath": "./icons/files/lock.svg" }, "stylelint": { "iconPath": "./icons/files/stylelint.svg" }, "drizzle": { "iconPath": "./icons/files/drizzle.svg" }, @@ -548,6 +550,8 @@ ".nest-cli.json": "nest", "nestconfig.json": "nest", ".nestconfig.json": "nest", + "contentlayer.config.ts": "contentlayer", + "contentlayer.config.js": "contentlayer", "go.mod": "go-mod", "go.sum": "go-mod", "go.work": "go-mod", @@ -786,6 +790,7 @@ ".env.prod": "gear", ".env.test": "gear", "rome.json": "rome", + "biome.json": "biome", ".eslintrc.js": "eslint", ".eslintrc.cjs": "eslint", ".eslintrc.yaml": "eslint",