vscode/extensions/rust/cgmanifest.json
2020-11-05 14:53:33 +01:00

18 lines
372 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "19f9aa86c0850b98db175754f019a2e79413353e"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
"version": "0.2.13"
}
],
"version": 1
}