Add XML image, update license information (#167)
* Add xml image * Update license Information
This commit is contained in:
parent
0d782eecc9
commit
3ea5309abe
2 changed files with 6 additions and 2 deletions
4
LICENSE
4
LICENSE
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue