vscode/extensions/rust/cgmanifest.json
2021-06-11 10:11:40 +02:00

18 lines
371 B
JSON

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