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",
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue