vscode/extensions/rust/cgmanifest.json
2023-10-02 15:56:43 +01:00

18 lines
371 B
JSON

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