We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185c422 commit 9ead892Copy full SHA for 9ead892
lib/coderay/helpers/file_type.rb
@@ -90,8 +90,8 @@ def shebang filename
90
'gvy' => :groovy,
91
'h' => :c,
92
'haml' => :haml,
93
- 'htm' => :page,
94
- 'html' => :page,
+ 'htm' => :html,
+ 'html' => :html,
95
'html.erb' => :erb,
96
'java' => :java,
97
'js' => :java_script,
@@ -120,7 +120,7 @@ def shebang filename
120
'sql' => :sql,
121
# 'ss' => :scheme,
122
'tmproj' => :xml,
123
- 'xhtml' => :page,
+ 'xhtml' => :html,
124
'xml' => :xml,
125
'yaml' => :yaml,
126
'yml' => :yaml,
0 commit comments