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",
|
"c",
|
||||||
"cpp",
|
"cpp",
|
||||||
"csharp",
|
"csharp",
|
||||||
|
"cshtml",
|
||||||
"clojure",
|
"clojure",
|
||||||
"cmake",
|
"cmake",
|
||||||
"coffee",
|
"coffee",
|
||||||
|
@ -208,6 +209,9 @@
|
||||||
".csx": {
|
".csx": {
|
||||||
"image": "csharp"
|
"image": "csharp"
|
||||||
},
|
},
|
||||||
|
".cshtml": {
|
||||||
|
"image": "cshtml"
|
||||||
|
},
|
||||||
".clj": {
|
".clj": {
|
||||||
"image": "clojure"
|
"image": "clojure"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue