John Gardner
John Gardner
@smola Any chance you could weigh in on #2988? Running the [same sample](https://github.com/github/linguist/files/251768/ChatKeys.zip) through the Centroid-based classifier yields the same results as our current Bayesian classifier: ~~~console λ linguist (new-cbs-classifier):...
> It doesn't if you use the full staging branch which pulls in the tokeniser changes: I knew this had to be my fault… 😁 Thanks for the clarification. 😅
> I don't know whether the languages in Markdown code blocks count towards the limit of 200 repos. No, they're not. Linguist performs no language analysis of code-blocks, since all...
> apart from that there is a **huge difference** between XML and XAML. Only that XAML has the structure of XML. What huge difference? It looks exactly like ordinary XML...
Syntactically, what's the difference? _Is_ there a difference?
@Schecher1 If you want XAML files to contribute to your project's language statistics, [you can use an override](https://github.com/github/linguist/blob/02ffab2d4df3034c05fd7b2e8bf0a2fd31c0452d/docs/overrides.md#detectable): ~~~gitattributes *.xaml linguist-detectable ~~~
@Schecher1 If you know of a TextMate grammar for XAML that will improve the appearance of `.xaml` files, then we _can_ add XAML as a separate language. We'd happily accept...
Literally everything you need to know is documented in [`CONTRIBUTING.md`](https://github.com/github/linguist/blob/master/CONTRIBUTING.md).
> Search is in the process of being rewritten Might be a good time to request a "search by extension/filename" feature to simplify the task of adding new languages to...
Wow, regular expressions will be supported? _Now_ we're talking. 😀 Also, I tried to access https://cs.github.com/ but it simply redirected me to my activity feed (i.e., https://github.com/). Is it staff-only...