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 7b9939c..cbe0bfc 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -84,6 +84,7 @@ module CodeRay 'css' => :css, 'diff' => :diff, 'dpr' => :delphi, + 'erb' => :erb, 'gemspec' => :ruby, 'groovy' => :groovy, 'gvy' => :groovy, |