diff options
author | murphy <murphy@rubychan.de> | 2010-05-18 06:26:06 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-18 06:26:06 +0000 |
commit | a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf (patch) | |
tree | 070707d48722135c0cfe18b1ca6e4f2eb961738e /lib/coderay/helpers | |
parent | 591b2823d986bc877697e3bd485ffa9c9adff3ed (diff) | |
download | coderay-a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf.tar.gz |
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index e2c3edd..0984f3a 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -105,7 +105,7 @@ module FileType 'py3' => :python, 'pyw' => :python, 'rake' => :ruby, - 'raydebug' => :debug, + 'raydebug' => :raydebug, 'rb' => :ruby, 'rbw' => :ruby, 'rhtml' => :rhtml, |