mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
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.