From a2156b92bec0bb4e2ea7c02927ee6fbd423e82bf Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 18 May 2010 06:26:06 +0000 Subject: --- lib/coderay/helpers/file_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/helpers') 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, -- cgit v1.2.1