mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
18 lines
372 B
JSON
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
|
|
} |