bower-rails icon indicating copy to clipboard operation
bower-rails copied to clipboard

Support Bowerfile.rb

Open joallard opened this issue 9 years ago • 4 comments

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.

joallard avatar Mar 18 '15 15:03 joallard

I'm not sure I understand what do you need it for? For syntax highlighting?

SergeyKishenin avatar Mar 18 '15 18:03 SergeyKishenin

Yup, auto-indentation, etc

joallard avatar Mar 18 '15 19:03 joallard

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?

colbywhite avatar Dec 08 '15 04:12 colbywhite

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,

joallard avatar Dec 08 '15 05:12 joallard