Skip to content

Commit dd751d4

Browse files
committed
[make] update grammar to fadeevab/make.tmbundle
1 parent 7f19126 commit dd751d4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/make/OSSREADME.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
22

33
[{
4-
"name": "textmate/make.tmbundle",
4+
"name": "fadeevab/make.tmbundle",
55
"version": "0.0.0",
66
"license": "TextMate Bundle License",
7-
"repositoryURL": "https://github.com/textmate/make.tmbundle",
8-
"description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/textmate/make.tmbundle.",
7+
"repositoryURL": "https://github.com/fadeevab/make.tmbundle/",
8+
"description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/fadeevab/make.tmbundle.",
99
"licenseDetail": [
1010
"Copyright (c) textmate-make.tmbundle project authors",
1111
"",

extensions/make/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "vscode",
55
"engines": { "vscode": "*" },
66
"scripts": {
7-
"update-grammar": "node ../../build/npm/update-grammar.js textmate/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json"
7+
"update-grammar": "node ../../build/npm/update-grammar.js fadeevab/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json"
88
},
99
"contributes": {
1010

extensions/make/syntaxes/Makefile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"information_for_contributors": [
3-
"This file has been converted from https://github.com/textmate/make.tmbundle/blob/master/Syntaxes/Makefile.plist",
3+
"This file has been converted from https://github.com/fadeevab/make.tmbundle/blob/master/Syntaxes/Makefile.plist",
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/textmate/make.tmbundle/commit/1a1827da81e20fdce56e2658451340c070ca44b7",
7+
"version": "https://github.com/fadeevab/make.tmbundle/commit/3c1e978bb465ffbf53a36639a69bae99ed047f08",
88
"fileTypes": [
99
"Makefile",
1010
"makefile",

0 commit comments

Comments
 (0)