vscode/extensions/rust/cgmanifest.json
2024-04-09 12:20:39 +02:00

18 lines
371 B
JSON

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