From e3d0028ff3c4ceda3e6cc3b1a7749587e0697f70 Mon Sep 17 00:00:00 2001 From: "Bryce \"BonzoESC\" Kerley" Date: Tue, 5 Jul 2011 13:43:11 -0700 Subject: [PATCH] Added `.zsh` and `.bash` extensions to the Shell language definition. --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 33b2f003..fa9a0a93 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -715,6 +715,8 @@ Shell: extensions: - .bash - .sh + - .zsh + - .bash filenames: - .bash_profile - .bashrc