vscode/extensions/rust/cgmanifest.json
Alex Ross fa22e9ac36
Update grammars (#196839)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-10-27 09:35:46 -07:00

18 lines
371 B
JSON

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