From 4131a5ff622e7c767dfd042c4c357906a2544c01 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Mon, 10 Jun 2013 02:08:04 +0200 Subject: add .sh file type --- lib/coderay/helpers/file_type.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/helpers') 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, -- cgit v1.2.1