vscode/extensions/rust/cgmanifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
371 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "20730dff3c367cb40a7edd278fdaf0239ea50833"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
2023-10-02 14:56:43 +00:00
"version": "0.6.1"
}
],
"version": 1
2018-12-12 16:25:07 +00:00
}