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",
"cpp",
"csharp",
"cshtml",
"clojure",
"cmake",
"coffee",
@ -208,6 +209,9 @@
".csx": {
"image": "csharp"
},
".cshtml": {
"image": "cshtml"
},
".clj": {
"image": "clojure"
},