Skip to content

Commit

Permalink
Add angular service icon (Fixes #166)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Mar 12, 2024
1 parent 0f547c3 commit 55c90f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/icons/files/angular-component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/angular-service.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"rome": { "iconPath": "./icons/files/rome.svg" },
"biome": { "iconPath": "./icons/files/biome.svg" },
"angular": { "iconPath": "./icons/files/angular.svg" },
"angular-service": { "iconPath": "./icons/files/angular-service.svg" },
"angular-component": { "iconPath": "./icons/files/angular-component.svg" },
"tailwind": { "iconPath": "./icons/files/tailwind.svg" },
"hugo": { "iconPath": "./icons/files/hugo.svg" },
"firebase": { "iconPath": "./icons/files/firebase.svg" },
Expand All @@ -108,7 +110,7 @@
"react-test": { "iconPath": "./icons/files/react-test.svg" },
"cplus": { "iconPath": "./icons/files/cplus.svg" },
"c": { "iconPath": "./icons/files/c.svg" },
"crystal": { "iconPath": "./icons/files/crystal.svg" },
"crystal": { "iconPath": "./icons/files/crystal.svg" },
"csharp": { "iconPath": "./icons/files/csharp.svg" },
"razor": { "iconPath": "./icons/files/razor.svg" },
"go": { "iconPath": "./icons/files/go.svg" },
Expand Down Expand Up @@ -220,6 +222,10 @@
"swc": { "iconPath": "./icons/files/swc.svg" }
},
"fileExtensions": {
"component.ts": "angular-component",
"component.js": "angular-component",
"service.ts": "angular-service",
"service.js": "angular-service",
"earthlyignore": "earthfile",
"sol": "solidity",
"mdoc": "markdoc",
Expand Down Expand Up @@ -389,7 +395,7 @@
"fsx": "fsharp",
"fsi": "fsharp",
"fsproj": "fsharp",
"cr": "crystal",
"cr": "crystal",
"cs": "csharp",
"cshtml": "razor",
"csx": "csharp",
Expand Down Expand Up @@ -1158,7 +1164,7 @@
"rescript-interface": "rescript-interface",
"go": "go",
"c": "c",
"crystal": "crystal",
"crystal": "crystal",
"objective-c": "c",
"objective-cpp": "c",
"cpp": "cplus",
Expand Down

0 comments on commit 55c90f6

Please sign in to comment.