Skip to content

Commit

Permalink
Add more Ruby file extensions for Bundler and Rack
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Sep 19, 2010
1 parent 1fafda2 commit 13e5323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotemacs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@
("Rakefile\\'" . ruby-mode)
("\\.rake\\'" . ruby-mode)
("Buildfile\\'" . ruby-mode)
("Gemfile\\'" . ruby-mode)
("config\\.ru\\'" . ruby-mode)
("\\.rake\\'" . ruby-mode)
("\\.rhtml\\'" . html-mode)
("\\.builder\\'" . ruby-mode)
("\\.css\\'" . css-mode)
("\\.yml\\'" . yaml-mode))

Expand Down

0 comments on commit 13e5323

Please sign in to comment.