-
Hello there! I'd like to provide examples for improving/extending After some searching linguist/lib/linguist/languages.yml Lines 6520 to 6531 in 7ca3799 ... and after a lot of searching, I found (at https://github.com/github-linguist/linguist/tree/master/vendor/grammars):
Which leads to the deprecated Atom repository 😕 My examples are: u@h [2023-10-05 21:09:24]:~$ ssh -v host.com # Fails?
u@h [2023-10-0520:38:08]:~$ ssh -v host.com # _Should've worked, but ..._
ua@h [2023-10-0520:38:08]:~$ ssh -v host.com # "It's missing just an `a`"?
ua@h [2023-10-05 21:09:24]:~$ ssh -v host.com # _just for combinatorial completeness_ Where would it be appropriate to ask for this improvement? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Also, TIL: |
Beta Was this translation helpful? Give feedback.
Same place as usual… and documented… the upstream grammar, but as you've pointed out and discussed in #6293, the grammar is now deprecated because of Atom's deprecation so the only likely option is to find an alternate actively maintained grammar, submit your changes there and then open a PR here to switch grammars.