summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-05-18 06:26:06 +0000
committermurphy <murphy@rubychan.de>2010-05-18 06:26:06 +0000
commita2156b92bec0bb4e2ea7c02927ee6fbd423e82bf (patch)
tree070707d48722135c0cfe18b1ca6e4f2eb961738e /lib/coderay/helpers
parent591b2823d986bc877697e3bd485ffa9c9adff3ed (diff)
downloadcoderay-a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf.tar.gz
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/file_type.rb2
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,