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",
2024-08-31 04:03:00 +08:00
"commitHash": "e90d3dbdb61b96e4afdce6f7a3572426b1a86d9d"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
2023-10-02 22:56:43 +08:00
"version": "0.6.1"
}
],
"version": 1
2018-12-13 00:25:07 +08:00
}