[powershell] add grammar update script

This commit is contained in:
Martin Aeschlimann 2017-04-20 09:22:46 +02:00
parent 740f662023
commit b1d8a28f20

View file

@ -15,5 +15,8 @@
"scopeName": "source.powershell",
"path": "./syntaxes/PowershellSyntax.tmLanguage"
}]
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js SublimeText/PowerShell Support/PowershellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"
}
}