mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 04:34:32 +00:00
* Update TextMate grammars from upstream sources * Fix integration test on Windows to run TypeScript file directly * Baseline update
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": "6e8421faf8f1445512825f63925e54a62106bcf1"
|
|
}
|
|
},
|
|
"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.5"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |