๐Ÿ“ฆ microsoft / vscode

๐Ÿ“„ cgmanifest.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
	"registrations": [
		{
			"component": {
				"type": "git",
				"git": {
					"name": "rust-syntax",
					"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
					"commitHash": "268fd42cfd4aa96a6ed9024a2850d17d6cd2dc7b"
				}
			},
			"license": "MIT",
			"description": "A TextMate-style grammar for Rust.",
			"version": "0.6.1"
		}
	],
	"version": 1
}