summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/helpers/file_type.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index 3b57608..1715fee 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -85,6 +85,7 @@ module FileType
'cpp' => :c,
'css' => :css,
'diff' => :diff,
+ 'dpr' => :delphi,
'groovy' => :groovy,
'gvy' => :groovy,
'h' => :c,
@@ -95,6 +96,7 @@ module FileType
'js' => :java_script,
'json' => :json,
'mab' => :ruby,
+ 'pas' => :delphi,
'patch' => :diff,
'php' => :php,
'php3' => :php,
@@ -108,6 +110,7 @@ module FileType
'rb' => :ruby,
'rbw' => :ruby,
'rhtml' => :rhtml,
+ 'rxml' => :ruby,
'sch' => :scheme,
'sql' => :sql,
'ss' => :scheme,