fix update-grammars script

This commit is contained in:
João Moreno
2021-02-02 12:30:08 +01:00
parent 8bf9b56ade
commit c3b556727e
46 changed files with 107 additions and 256 deletions

View File

@@ -44,7 +44,7 @@
]
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
"update-grammar": "node ../node_modules/.bin/vscode-grammar-updater PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
},
"repository": {
"type": "git",