Files
vscode/extensions/rust/cgmanifest.json
2020-11-02 15:52:57 +01:00

18 lines
372 B
JSON

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