vscode/extensions/go/cgmanifest.json
2024-04-09 12:20:39 +02:00

18 lines
491 B
JSON

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