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: a291bba7156d67ccdae175eabe2a7dbde3f110db (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": "7bc75dfe779ad5b35d9bf4013d9181864358cb49"
				}
			},
			"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.35.2"
		}
	],
	"version": 1
}