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