mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 11:16:01 +00:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"registrations": [
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "rust-syntax",
|
|
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
|
|
"commitHash": "268fd42cfd4aa96a6ed9024a2850d17d6cd2dc7b"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"description": "A TextMate-style grammar for Rust.",
|
|
"version": "0.6.1"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |