Add XML image, update license information (#167)

* Add xml image

* Update license Information
This commit is contained in:
Reloaded 2019-02-16 20:17:26 +03:00 committed by Crawl
parent 0d782eecc9
commit 3ea5309abe
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
MIT License MIT License
Copyright (c) 2017-2018 iCrawl Copyright (c) 2017-2019 iCrawl
Copyright (c) 2017-2018 Khinenw Copyright (c) 2017-2019 Khinenw
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -85,6 +85,7 @@
"vcxproj", "vcxproj",
"vscodeignore", "vscodeignore",
"vue", "vue",
"xml",
"yaml", "yaml",
"yarn", "yarn",
"bat", "bat",
@ -955,6 +956,9 @@
".vue": { ".vue": {
"image": "vue" "image": "vue"
}, },
".xml": {
"image": "xml"
},
"/\\.ya?ml$/i": { "/\\.ya?ml$/i": {
"image": "yaml" "image": "yaml"
}, },