diff --git a/LICENSE b/LICENSE index 1cc1092..55f4655 100644 --- a/LICENSE +++ b/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 diff --git a/src/data/languages.json b/src/data/languages.json index 1763b28..f2aee19 100644 --- a/src/data/languages.json +++ b/src/data/languages.json @@ -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" },