Skip to content

Commit 6f68299

Browse files
committed
[go] make grammar file name consistent
1 parent 69729b7 commit 6f68299

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/go/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "vscode",
55
"engines": { "vscode": "*" },
66
"scripts": {
7-
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-go grammars/go.cson ./syntaxes/go.json"
7+
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-go grammars/go.cson ./syntaxes/go.tmLanguage.json"
88
},
99
"contributes": {
1010
"languages": [{
@@ -16,7 +16,7 @@
1616
"grammars": [{
1717
"language": "go",
1818
"scopeName": "source.go",
19-
"path": "./syntaxes/go.json"
19+
"path": "./syntaxes/go.tmLanguage.json"
2020
}],
2121
"configurationDefaults": {
2222
"[go]": {

0 commit comments

Comments
 (0)