mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Hello Code
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user