Skip to content

Commit 4131a5f

Browse files
committed
add .sh file type
1 parent 55a95e6 commit 4131a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderay/helpers/file_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def shebang filename
118118
'ru' => :ruby,
119119
'rxml' => :ruby,
120120
'sass' => :sass,
121+
'sh' => :bash,
121122
'sql' => :sql,
122123
'tmproj' => :xml,
123124
'xaml' => :xml,

0 commit comments

Comments
 (0)