diff options
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index 13b669d..3d29d78 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -80,6 +80,7 @@ module FileType 'rb' => :ruby, 'rbw' => :ruby, 'rake' => :ruby, + 'mab' => :ruby, 'cpp' => :c, 'c' => :c, 'h' => :c, @@ -89,6 +90,8 @@ module FileType 'xhtml' => :xhtml, 'raydebug' => :debug, 'rhtml' => :rhtml, + 'ss' => :scheme, + 'sch' => :scheme, 'yaml' => :yaml, 'yml' => :yaml, } |