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.
2 parents 64ca2ae + ae1969b commit 990d1ebCopy full SHA for 990d1eb
lib/coderay/helpers/file_type.rb
@@ -116,7 +116,7 @@ def shebang filename
116
'rhtml' => :erb,
117
'rjs' => :ruby,
118
'rpdf' => :ruby,
119
- 'ru' => :ruby,
+ 'ru' => :ruby, # config.ru
120
'rxml' => :ruby,
121
'sass' => :sass,
122
'sql' => :sql,
@@ -140,6 +140,9 @@ def shebang filename
140
'Rakefile' => :ruby,
141
'Rantfile' => :ruby,
142
'Gemfile' => :ruby,
143
+ 'Guardfile' => :ruby,
144
+ 'Vagrantfile' => :ruby,
145
+ 'Appraisals' => :ruby
146
}
147
148
end
0 commit comments