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",
2024-04-09 10:20:39 +00:00
"commitHash": "cf3c686a50295380ce9994218138691f8767870c"
}
},
"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
}