Adds DreamMaker support (#71)

This commit is contained in:
Jordan Brown 2018-06-18 06:55:29 -04:00 committed by Crawl
parent a7261cce3b
commit 1ca2e6e548

View file

@ -21,6 +21,7 @@
"scss",
"d",
"dart",
"dm",
"manifest",
"delphi",
"docker",
@ -272,6 +273,15 @@
".dart": {
"image": "dart"
},
".dm": {
"image": "dm"
},
".dme": {
"image": "dm"
},
".dmm": {
"image": "dm"
},
"/\\.(h|geo|topo)$/i": {
"image": "manifest"
},