summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-10 02:08:04 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-10 02:08:04 +0200
commit4131a5ff622e7c767dfd042c4c357906a2544c01 (patch)
tree559005b0bda5bf5b82014fc3763af700106da2de /lib/coderay/helpers
parent55a95e67d8b1a703c8643d2b2df4178d0293b61d (diff)
downloadcoderay-4131a5ff622e7c767dfd042c4c357906a2544c01.tar.gz
add .sh file type
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/file_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index a5d83ff..2f8cc8e 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -118,6 +118,7 @@ module CodeRay
'ru' => :ruby,
'rxml' => :ruby,
'sass' => :sass,
+ 'sh' => :bash,
'sql' => :sql,
'tmproj' => :xml,
'xaml' => :xml,