diff --git a/src/icons/files/cmake.svg b/src/icons/files/cmake.svg new file mode 100644 index 0000000..23d48dd --- /dev/null +++ b/src/icons/files/cmake.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 53a4f33..2ee1459 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -180,9 +180,11 @@ "vanilla-extract": { "iconPath": "./icons/files/vanilla-extract.svg" }, "turborepo": { "iconPath": "./icons/files/turborepo.svg" }, "cloudflare-workers": { "iconPath": "./icons/files/cloudflare-workers.svg" }, - "gif": { "iconPath": "./icons/files/gif.svg" } + "gif": { "iconPath": "./icons/files/gif.svg" }, + "cmake": { "iconPath": "./icons/files/cmake.svg" } }, "fileExtensions": { + "cmake": "cmake", "dev.vars": "cloudflare-workers", "css.ts": "vanilla-extract", "njk": "nunjucks", @@ -505,6 +507,8 @@ "nix": "nix" }, "fileNames": { + "cmakelists.txt": "cmake", + "cmakecache.txt": "cmake", "nest-cli.json": "nest", ".nest-cli.json": "nest", "nestconfig.json": "nest",