Update go grammar to atom/language-go@93594df (2015-12-10). Fixes #9841.

This commit is contained in:
Martin Aeschlimann 2016-08-03 12:13:12 +02:00
parent c5fc19d474
commit 216bba8e41
2 changed files with 554 additions and 524 deletions

View file

@ -3,6 +3,9 @@
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-go grammars/go.cson ./syntaxes/go.json"
},
"contributes": {
"languages": [{
"id": "go",

File diff suppressed because it is too large Load diff