mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
18 lines
No EOL
371 B
JSON
18 lines
No EOL
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
|
|
} |