diff --git a/extensions/git/syntaxes/git-commit.tmLanguage.json b/extensions/git/syntaxes/git-commit.tmLanguage.json index c2b8d628ab046..b70f8ce6b80fc 100644 --- a/extensions/git/syntaxes/git-commit.tmLanguage.json +++ b/extensions/git/syntaxes/git-commit.tmLanguage.json @@ -1,10 +1,4 @@ { - "information_for_contributors": [ - "This file has been converted from https://github.com/textmate/git.tmbundle/blob/master/Syntaxes/Git%20Commit%20Message.tmLanguage", - "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/git.tmbundle/commit/93897a78c6e52bef13dadc0d4091d203c5facb40", "name": "Git Commit Message", "scopeName": "text.git-commit", "patterns": [ @@ -138,4 +132,4 @@ ] } } -} \ No newline at end of file +}