mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-18 23:35:51 +00:00
Add an interpreter array to each language, and match interpreters found in the shebang lines of scripts to this array to identify the language of scripts. With suggestions from tnm. https://github.com/github/linguist/pull/687