Skip to content

Commit 25ea056

Browse files
committed
Merge pull request #122 from alexandrevez/master
Support for phtml FileType
2 parents a56bf43 + 2f285f3 commit 25ea056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderay/helpers/file_type.rb

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def shebang filename
9999
'mab' => :ruby,
100100
'pas' => :delphi,
101101
'patch' => :diff,
102+
'phtml' => :php,
102103
'php' => :php,
103104
'php3' => :php,
104105
'php4' => :php,

0 commit comments

Comments
 (0)