cgmanifest.json 568 字节
Newer Older
I
isidor 已提交
1 2 3 4 5 6 7 8
{
	"registrations": [
		{
			"component": {
				"type": "git",
				"git": {
					"name": "TypeScript-TmLanguage",
					"repositoryUrl": "https://github.com/Microsoft/TypeScript-TmLanguage",
A
Alex Ross 已提交
9
					"commitHash": "21ec2c292fda00a06c6bf7ed8ba7c970c4a21df4"
I
isidor 已提交
10 11 12
				}
			},
			"license": "MIT",
I
isidor 已提交
13
			"description": "The files syntaxes/TypeScript.tmLanguage.json and syntaxes/TypeScriptReact.tmLanguage.json were derived from TypeScript.tmLanguage and TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage.",
A
Alex Ross 已提交
14
			"version": "1.0.0"
I
isidor 已提交
15 16 17
		}
	],
	"version": 1
A
Alex Ross 已提交
18
}