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

cgmanifest.json « shellscript « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f0ae3a254e6933ce05f2092188d856f07f356a8 (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-shellscript",
					"repositoryUrl": "https://github.com/atom/language-shellscript",
					"commitHash": "4f8d7bb5cc4d1643674551683df10fe552dd5a6f"
				}
			},
			"license": "MIT",
			"description": "The file syntaxes/shell-unix-bash.tmLanguage.json was derived from the Atom package https://github.com/atom/language-shellscript which was originally converted from the TextMate bundle https://github.com/textmate/shellscript.tmbundle.",
			"version": "0.28.2"
		}
	],
	"version": 1
}