diff options
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 1 |
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, |