Files
vscode/extensions/go/cgmanifest.json
2025-05-22 01:27:50 -07:00

18 lines
491 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "go-syntax",
"repositoryUrl": "https://github.com/worlpaker/go-syntax",
"commitHash": "0ce19cdf1cb5dab6aa99ccc933be9bd21e855ed1"
}
},
"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.8.1"
}
],
"version": 1
}