Files
vscode/extensions/go/cgmanifest.json
Lionel Jouin 0561ca03c8 Fix: go grammar update (#232142) (#232335)
npm --prefix extensions/go run update-grammar (#232142)

Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
2024-10-28 14:54:18 +00:00

18 lines
491 B
JSON

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