summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/file_type.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index 7f472d6..3b57608 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -96,6 +96,10 @@ module FileType
'json' => :json,
'mab' => :ruby,
'patch' => :diff,
+ 'php' => :php,
+ 'php3' => :php,
+ 'php4' => :php,
+ 'php5' => :php,
'py' => :python,
'py3' => :python,
'pyw' => :python,
@@ -105,6 +109,7 @@ module FileType
'rbw' => :ruby,
'rhtml' => :rhtml,
'sch' => :scheme,
+ 'sql' => :sql,
'ss' => :scheme,
'xhtml' => :xhtml,
'xml' => :xml,