feat: support for batch and vbs files

This commit is contained in:
iCrawl 2017-11-28 12:54:00 +01:00
parent 16cdb6a085
commit 28fba463df
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -776,6 +776,9 @@
".vb": { ".vb": {
"image": "vb" "image": "vb"
}, },
".vbs": {
"image": "vbs"
},
".vcxproj": { ".vcxproj": {
"image": "vcxproj" "image": "vcxproj"
}, },
@ -797,6 +800,9 @@
".bat": { ".bat": {
"image": "bat" "image": "bat"
}, },
".batch": {
"image": "bat"
},
".cmd": { ".cmd": {
"image": "bat" "image": "bat"
}, },