Skip to content

Support for phtml FileType #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Support for phtml files
  • Loading branch information
avezina-ubik committed Mar 23, 2013
commit 68d9a901b27eb2b648488f9b147d6d3eedefde04
1 change: 1 addition & 0 deletions lib/coderay/helpers/file_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def shebang filename
'mab' => :ruby,
'pas' => :delphi,
'patch' => :diff,
'phtml' => :html,
'php' => :php,
'php3' => :php,
'php4' => :php,
Expand Down