diff options
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index fbc95ec..3c5979a 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -87,6 +87,8 @@ module FileType 'mab' => :ruby, 'cpp' => :c, 'c' => :c, + 'gvy' => :groovy, + 'groovy' => :groovy, 'h' => :c, 'java' => :java, 'js' => :java_script, |