vscode/extensions/rust/cgmanifest.json

18 lines
453 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "language-rust",
"repositoryUrl": "https://github.com/zargony/atom-language-rust",
2019-06-03 11:59:21 +02:00
"commitHash": "7d59e2ad79fbe5925bd2fd3bd3857bf9f421ff6f"
}
},
"license": "MIT",
2018-11-15 17:43:46 +01:00
"description": "The files syntaxes/rust.tmLanguage.json was derived from the Atom package https://atom.io/packages/language-rust.",
2018-12-12 17:25:07 +01:00
"version": "0.4.12"
}
],
"version": 1
2018-12-12 17:25:07 +01:00
}