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
|
||||
|
||||
Copyright (c) 2017-2018 iCrawl
|
||||
Copyright (c) 2017-2018 Khinenw
|
||||
Copyright (c) 2017-2019 iCrawl
|
||||
Copyright (c) 2017-2019 Khinenw
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
"vcxproj",
|
||||
"vscodeignore",
|
||||
"vue",
|
||||
"xml",
|
||||
"yaml",
|
||||
"yarn",
|
||||
"bat",
|
||||
|
@ -955,6 +956,9 @@
|
|||
".vue": {
|
||||
"image": "vue"
|
||||
},
|
||||
".xml": {
|
||||
"image": "xml"
|
||||
},
|
||||
"/\\.ya?ml$/i": {
|
||||
"image": "yaml"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue