Skip to content

Commit

Permalink
Drop link to TextMate
Browse files Browse the repository at this point in the history
This grammar has not been updated since 2016:
https://github.com/textmate/git.tmbundle/blob/master/Syntaxes/Git%20Commit%20Message.tmLanguage

The upstream test suite requires running a Ruby version that has been
EOL since 2014, and that I failed to build on macOS:
textmate/git.tmbundle#59

If this change is accepted, my plan is to add support to vscode for
highlighting non-English commit messages:
textmate/git.tmbundle#60

And even if I never get around to that, this at least opens up the
possibility for somebody else to do that.
  • Loading branch information
walles committed Sep 27, 2021
1 parent 1708069 commit 09f7f66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions extensions/git/syntaxes/git-commit.tmLanguage.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -138,4 +132,4 @@
]
}
}
}
}

0 comments on commit 09f7f66

Please sign in to comment.