feat: add cshtml

This commit is contained in:
Crawl 2018-07-21 20:55:54 +02:00
parent 494672a464
commit db42b16936
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -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"
}, },