Colin Seymour

Results 448 comments of Colin Seymour

> I hope I fixed it now? Nope. The entry needs to be in alphabetic order.

> Everything is now in alphabetical order. It's not. If you run the tests you'll see it'll still fail. The section needs to go after Praat.

We can only accept TextMate-compatible grammars. If you can find one, feel free to submit a PR to add it. You can find details in the CONTRIBUTING.md file.

You can find details for adding support for a language in the CONTRIBUTING.md file. Please note we have minimum usage requirements so will not accept PRs for very new and...

We use heuristics (regular expressions in the `heuristics.yml` file) to differentiate the languages that have matching extensions.

> So in the future, after the first Pull Request is merged, I'll continue to send other Pull Requests on schedule as I'll be constantly updating my repository. Please don't....

> Should I add this Z# language? No. It definitely sounds like a hobby language that is no longer in development so isn't likely to ever meet usage requirements.

> So it's imposible to create a pull request if I write `mit` in `zs-language.dep.yml`, is it? That would be rejected because you're misleading the situation. I manually check all...

As there are two languages sharing a common extension, we require a heuristic to differentiate the two. As this is just a regex, you can use that regex in GitHub's...

This is the command that should have run: https://github.com/github-linguist/linguist/blob/2409807814a3ff386294b1f217b886a1594642cd/script/add-grammar#L135 You can run it manually but you might want to check why it might have failed before it got here. Maybe...