Adds DreamMaker support (#71)
This commit is contained in:
parent
a7261cce3b
commit
1ca2e6e548
1 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue