Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cgmanifest.json « xml « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e99e56bd36d1aa2aa8595fa4f535a0e5c722359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"registrations": [
		{
			"component": {
				"type": "git",
				"git": {
					"name": "atom/language-xml",
					"repositoryUrl": "https://github.com/atom/language-xml",
					"commitHash": "507de2ee7daca60cf02e9e21fbeb92bbae73e280"
				}
			},
			"license": "MIT",
			"description": "The files syntaxes/xml.json and syntaxes/xsl.json were derived from the Atom package https://github.com/atom/language-xml which were originally converted from the TextMate bundle https://github.com/textmate/xml.tmbundle.",
			"version": "0.14.0"
		}
	],
	"version": 1
}