Fix update-grammar scripts for cross-platform use

This commit is contained in:
Alex Ross
2021-02-08 15:36:17 +01:00
parent 01ace15b27
commit 0f17001790
33 changed files with 33 additions and 33 deletions

View File

@@ -9,7 +9,7 @@
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../node_modules/.bin/vscode-grammar-updater jeff-hykin/better-go-syntax export/generated.tmLanguage.json ./syntaxes/go.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin jeff-hykin/better-go-syntax export/generated.tmLanguage.json ./syntaxes/go.tmLanguage.json"
},
"contributes": {
"languages": [