[objecttive-c] fix grammar version stamp

This commit is contained in:
Martin Aeschlimann 2017-09-08 11:01:37 +02:00
parent 52f9f97f0d
commit 7e54077656
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"vscode": "*"
},
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-objective-c grammars/objective-c.cson ./syntaxes/objective-c.tmLanguage.json && node ../../build/npm/update-grammar.js atom/language-objective-c grammars/objective-c++.cson ./syntaxes/objective-c++.tmLanguage.json"
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-objective-c grammars/objective-c.cson ./syntaxes/objective-c.tmLanguage.json && node ../../build/npm/update-grammar.js atom/language-objective-c grammars/objective-c%2B%2B.cson ./syntaxes/objective-c++.tmLanguage.json"
},
"contributes": {
"languages": [

View file

@ -1,9 +1,10 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c++.cson",
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c%2B%2B.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/atom/language-objective-c/commit/7fdf0c40ec1d592a902ed6a7cf5565bdf12e2ae8",
"scopeName": "source.objcpp",
"fileTypes": [
"mm",