New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfreeze Git grammars #168698
base: main
Are you sure you want to change the base?
Unfreeze Git grammars #168698
Conversation
Before this change, editing the Git grammars required making PRs to https://github.com/textmate/git.tmbundle and then importing the new grammars in here. However, that upstream repo is dead: * No changes since 2019: https://github.com/textmate/git.tmbundle/commits/master * Upstream test suite requires ruby 1.8.7, which is EOL since 2014: textmate/git.tmbundle#59 With this change in place, it is now possible to make PRs to improve Git grammars, to solve problems like this one for example: microsoft#133888
|
@walles please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@walles the command you issued was incorrect. Please try again. Examples are: and |
|
@microsoft-github-policy-service agree |
Before this change, editing the Git grammars required making PRs to https://github.com/textmate/git.tmbundle and then importing the new grammars in here.
However, that upstream repo is dead:
Specs require Ruby version that's EOL since 2014 textmate/git.tmbundle#59
With this change in place, it is now possible to make PRs to improve Git grammars, to solve problems like this one for example: #133888