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-14 15:50:05 +01:00
"commitHash": "f202e7c2b0e962d78d82477b97c25a6234210c78"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
2020-12-14 15:50:05 +01:00
"version": "0.4.2"
}
],
"version": 1
2018-12-12 17:25:07 +01:00
}