From dd751d453a88e03cbe19dc037fcffd796a50be14 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 21 Aug 2017 16:56:59 +0200 Subject: [PATCH] [make] update grammar to fadeevab/make.tmbundle --- extensions/make/OSSREADME.json | 6 +++--- extensions/make/package.json | 2 +- extensions/make/syntaxes/Makefile.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/make/OSSREADME.json b/extensions/make/OSSREADME.json index c27b771343d..8f17b38b452 100644 --- a/extensions/make/OSSREADME.json +++ b/extensions/make/OSSREADME.json @@ -1,11 +1,11 @@ // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: [{ - "name": "textmate/make.tmbundle", + "name": "fadeevab/make.tmbundle", "version": "0.0.0", "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/make.tmbundle", - "description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/textmate/make.tmbundle.", + "repositoryURL": "https://github.com/fadeevab/make.tmbundle/", + "description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/fadeevab/make.tmbundle.", "licenseDetail": [ "Copyright (c) textmate-make.tmbundle project authors", "", diff --git a/extensions/make/package.json b/extensions/make/package.json index b6d814afd58..3671909199f 100644 --- a/extensions/make/package.json +++ b/extensions/make/package.json @@ -4,7 +4,7 @@ "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js textmate/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json" + "update-grammar": "node ../../build/npm/update-grammar.js fadeevab/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json" }, "contributes": { diff --git a/extensions/make/syntaxes/Makefile.json b/extensions/make/syntaxes/Makefile.json index 4fe27132266..1574eed0229 100644 --- a/extensions/make/syntaxes/Makefile.json +++ b/extensions/make/syntaxes/Makefile.json @@ -1,10 +1,10 @@ { "information_for_contributors": [ - "This file has been converted from https://github.com/textmate/make.tmbundle/blob/master/Syntaxes/Makefile.plist", + "This file has been converted from https://github.com/fadeevab/make.tmbundle/blob/master/Syntaxes/Makefile.plist", "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/textmate/make.tmbundle/commit/1a1827da81e20fdce56e2658451340c070ca44b7", + "version": "https://github.com/fadeevab/make.tmbundle/commit/3c1e978bb465ffbf53a36639a69bae99ed047f08", "fileTypes": [ "Makefile", "makefile",