Hello Code

This commit is contained in:
Erich Gamma
2015-11-13 14:39:38 +01:00
commit 8f35cc4768
1897 changed files with 704173 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "go",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"languages": [{
"id": "go",
"extensions": [ ".go" ],
"aliases": [ "Go" ],
"configuration": "./go.configuration.json"
}],
"grammars": [{
"language": "go",
"scopeName": "source.go",
"path": "./syntaxes/go.json"
}]
}
}