vscode/extensions/rust/cgmanifest.json
mxwj 018ff30de3
Some checks failed
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Initial commit
2024-11-15 14:29:18 +08:00

18 lines
371 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "e90d3dbdb61b96e4afdce6f7a3572426b1a86d9d"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
"version": "0.6.1"
}
],
"version": 1
}