bower-rails
bower-rails copied to clipboard
Support Bowerfile.rb
It makes me either have to insert a modeline at the end of the file that is editor specific, or configure my editor once again for an extension-less file.
I'm not sure I understand what do you need it for? For syntax highlighting?
Yup, auto-indentation, etc
FYI: it's pretty easy to get most editors to recognize Bowerfile
as a ruby file. If you're a vim guy, adding # vim: ft=ruby
to the top your file will set it for vim. Good idea to commit that into your source repo for any vim collaborators. Maybe they could put it in the template?
If you're a vim guy, adding # vim: ft=ruby to the top your file will set it for vim. It makes me either have to insert a modeline at the end of the file that is editor specific,