vscode/extensions/go/cgmanifest.json

18 lines
439 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
2019-12-20 14:29:34 +00:00
"name": "better-go-syntax",
"repositoryUrl": "https://github.com/jeff-hykin/better-go-syntax/ ",
"commitHash": "54ff898316f8647d77ffcf83880a9556445326f1"
}
},
"license": "MIT",
2019-12-20 14:29:34 +00:00
"description": "The file syntaxes/go.tmLanguage.json is from https://github.com/jeff-hykin/better-go-syntax/ .",
"version": "1.0.0"
}
],
"version": 1
2018-12-12 16:25:07 +00:00
}