Skip to content

Commit

Permalink
Merge pull request #163 from BaraniARR/main
Browse files Browse the repository at this point in the history
Added .razor, .csproj, .cshtml, .sln File Extensions.
  • Loading branch information
xhayper authored Dec 9, 2022
2 parents f7cc594 + 6b4aac3 commit 4f9c357
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Binary file added assets/icons/csproj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/razor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/xaml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,10 @@
"image": "csharp"
},
".cshtml": {
"image": "cshtml"
"image": "razor"
},
".csproj": {
"image": "csproj"
},
".css": {
"image": "css"
Expand Down Expand Up @@ -1157,6 +1160,9 @@
"/\\.(r|Rprofile|rsx|rd)$/i": {
"image": "r"
},
".razor": {
"image": "razor"
},
"/\\.res?i?$/i": {
"image": "reasonml"
},
Expand Down Expand Up @@ -1265,6 +1271,9 @@
"/\\.(styl|stylus)$/i": {
"image": "stylus"
},
".sln": {
"image": "csproj"
},
".svelte": {
"image": "svelte"
},
Expand Down Expand Up @@ -1391,6 +1400,9 @@
".xml": {
"image": "xml"
},
".xaml": {
"image": "xaml"
},
"/\\.ya?ml$/i": {
"image": "yaml"
},
Expand Down

0 comments on commit 4f9c357

Please sign in to comment.