Skip to content

Commit 7e54077

Browse files
committed
[objecttive-c] fix grammar version stamp
1 parent 52f9f97 commit 7e54077

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/objective-c/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"vscode": "*"
77
},
88
"scripts": {
9-
"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"
9+
"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"
1010
},
1111
"contributes": {
1212
"languages": [

extensions/objective-c/syntaxes/objective-c++.tmLanguage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"information_for_contributors": [
3-
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c++.cson",
3+
"This file has been converted from https://github.com/atom/language-objective-c/blob/master/grammars/objective-c%2B%2B.cson",
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7+
"version": "https://github.com/atom/language-objective-c/commit/7fdf0c40ec1d592a902ed6a7cf5565bdf12e2ae8",
78
"scopeName": "source.objcpp",
89
"fileTypes": [
910
"mm",

0 commit comments

Comments
 (0)