[git] add grammar update script

This commit is contained in:
Martin Aeschlimann
2017-05-18 12:26:30 +02:00
parent f1abf5ad11
commit fb84773f76
5 changed files with 183 additions and 280 deletions

View File

@@ -10,6 +10,9 @@
"categories": [
"Other"
],
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/git.tmbundle Syntaxes/Git%20Commit%20Message.tmLanguage ./syntaxes/git-commit.tmLanguage.json Syntaxes/Git%20Rebase%20Message.tmLanguage ./syntaxes/git-rebase.tmLanguage.json"
},
"contributes": {
"languages": [
{
@@ -40,12 +43,12 @@
{
"language": "git-commit",
"scopeName": "text.git-commit",
"path": "./syntaxes/git-commit.tmLanguage"
"path": "./syntaxes/git-commit.tmLanguage.json"
},
{
"language": "git-rebase",
"scopeName": "text.git-rebase",
"path": "./syntaxes/git-rebase.tmLanguage"
"path": "./syntaxes/git-rebase.tmLanguage.json"
}
]
}