mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
18 lines
491 B
JSON
18 lines
491 B
JSON
{
|
|
"registrations": [
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "go-syntax",
|
|
"repositoryUrl": "https://github.com/worlpaker/go-syntax",
|
|
"commitHash": "c74e22eb9ef32958e3edd130ea750ce78d8b8241"
|
|
}
|
|
},
|
|
"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.6"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |