Skip to content

Commit

Permalink
Add razor file icon for .NET projects (miguelsolorio#130)
Browse files Browse the repository at this point in the history
* add razor file icon

* Make icon smaller

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
evertonandrade and miguelsolorio authored Sep 25, 2023
1 parent e8bd567 commit 2ad709c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added preview/files/razor.png
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/razor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"cplus": { "iconPath": "./icons/files/cplus.svg" },
"c": { "iconPath": "./icons/files/c.svg" },
"csharp": { "iconPath": "./icons/files/csharp.svg" },
"razor": { "iconPath": "./icons/files/razor.svg" },
"go": { "iconPath": "./icons/files/go.svg" },
"go-mod": { "iconPath": "./icons/files/go-mod.svg" },
"python": { "iconPath": "./icons/files/python.svg" },
Expand Down Expand Up @@ -340,6 +341,7 @@
"fsi": "fsharp",
"fsproj": "fsharp",
"cs": "csharp",
"cshtml": "razor",
"csx": "csharp",
"jl": "julia",
"ssh_config": "shell",
Expand Down Expand Up @@ -1031,6 +1033,8 @@
"git-commit": "git",
"git-rebase": "git",
"csharp": "csharp",
"razor": "razor",
"aspnetcorerazor": "razor",
"svg": "svg",
"handlebars": "brackets-orange",
"css": "brackets-sky",
Expand Down

0 comments on commit 2ad709c

Please sign in to comment.