vscode/extensions/rust/cgmanifest.json

18 lines
371 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
2020-12-30 13:06:06 +01:00
"commitHash": "7b924664814131ae4509a537bb07960fe65dcaac"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
2020-12-30 13:06:06 +01:00
"version": "0.4.3"
}
],
"version": 1
2018-12-12 17:25:07 +01:00
}