Skip to content

Commit

Permalink
Add CMakeLists.txt icon (Fixes #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Sep 25, 2023
1 parent 2ad709c commit f792af9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/icons/files/cmake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -505,6 +507,8 @@
"nix": "nix"
},
"fileNames": {
"cmakelists.txt": "cmake",
"cmakecache.txt": "cmake",
"nest-cli.json": "nest",
".nest-cli.json": "nest",
"nestconfig.json": "nest",
Expand Down

0 comments on commit f792af9

Please sign in to comment.