feat: add cshtml
This commit is contained in:
parent
494672a464
commit
db42b16936
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
"c",
|
||||
"cpp",
|
||||
"csharp",
|
||||
"cshtml",
|
||||
"clojure",
|
||||
"cmake",
|
||||
"coffee",
|
||||
|
@ -208,6 +209,9 @@
|
|||
".csx": {
|
||||
"image": "csharp"
|
||||
},
|
||||
".cshtml": {
|
||||
"image": "cshtml"
|
||||
},
|
||||
".clj": {
|
||||
"image": "clojure"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue