diff options
author | Alexandre Vezina <avezina@ubikvoip.com> | 2013-04-17 14:45:16 -0400 |
---|---|---|
committer | Alexandre Vezina <avezina@ubikvoip.com> | 2013-04-17 14:45:16 -0400 |
commit | 2f285f3d2803ef9742af240a1e5935a2dfc915fc (patch) | |
tree | ae7db2d4927d260fbc3483b4d460b35c8028288e /lib/coderay/helpers | |
parent | 68d9a901b27eb2b648488f9b147d6d3eedefde04 (diff) | |
download | coderay-2f285f3d2803ef9742af240a1e5935a2dfc915fc.tar.gz |
PHP is a better highlight for phtml files
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index b137448..f52f17e 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -99,7 +99,7 @@ module CodeRay 'mab' => :ruby, 'pas' => :delphi, 'patch' => :diff, - 'phtml' => :html, + 'phtml' => :php, 'php' => :php, 'php3' => :php, 'php4' => :php, |