Colin Seymour

Results 237 comments of Colin Seymour

You're welcome to submit a PR to change the grammar 😉

These also an [issue](https://github.com/github-linguist/linguist/pull/6603#issuecomment-1867175606) with the highlighting engine which came to light last week… changing grammars won't solve that problem and it's also likely to be what's causing problems now...

I was referring to opening a PR on _this_ repo to change the grammar we use to one that is actively maintained and doesn't exhibit the problems you are seeing....

I've opened https://github.com/github-linguist/linguist/issues/6668 to track the highlighting issues in one place

They need to be real world examples… we want samples that demonstrate how people really use the language, not contrived hogwash. We don't care if they compile or not as...

> @ryanb @lildude Would it be better to use a tree-sitter grammar? This one is complete and i suspect would provide better highlighting than a textmate style one: https://github.com/faldor20/tree-sitter-roc Nope...

> Add support for the BQN language as it's now [passed](https://github.com/search?q=NOT+is%3Afork+path%3A*.bqn&type=code) the 2k unique file threshhold. Not quite. [1 repo alone](https://github.com/acmeism/RosettaCodeData) accounts for 380 of those files.

> So how many files can a single repository maximally account for as a percentage of the threshold? It's not about how many files a repo has but rather how...

You need to install the linguist gem... or use the Codespace we recommend.

Yes, it's the `github-linguist` gem. If you've got it installed, try running `bundle exec ./script/list-grammars` else try the Codespace.