mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-31 05:52:26 +00:00
d9ed216092
I went through all the aliases Pygments supports and removed the ones that could already be used to find a Linguist::Language. Then I found the Pygments::Lexer associated with each alias and found an associated Linguist::Language for it (looking for a language with the same name as the lexer, or by looking for the first langauge that uses that lexer). Then I added the alias to the language's alias list.