vscode/extensions/go/cgmanifest.json
2024-04-26 04:52:52 -07:00

18 lines
491 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "go-syntax",
"repositoryUrl": "https://github.com/worlpaker/go-syntax",
"commitHash": "254bd0f25182c86ffd2043824f8d003e11a34268"
}
},
"license": "MIT",
"description": "The file syntaxes/go.tmLanguage.json is from https://github.com/worlpaker/go-syntax, which in turn was derived from https://github.com/jeff-hykin/better-go-syntax.",
"version": "0.6.6"
}
],
"version": 1
}