Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/go/cgmanifest.json
3292 views
1
{
2
"registrations": [
3
{
4
"component": {
5
"type": "git",
6
"git": {
7
"name": "go-syntax",
8
"repositoryUrl": "https://github.com/worlpaker/go-syntax",
9
"commitHash": "8c70c078f56d237f72574ce49cc95839c4f8a741"
10
}
11
},
12
"license": "MIT",
13
"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.",
14
"version": "0.8.4"
15
}
16
],
17
"version": 1
18
}
19