Treat Guardfile* as Ruby code
language-ruby does a good job loading Guardfiles as Ruby code. In large projects, I like to name these Guardfile-test, Guardfile-lint, Guardfile-doc, etc. Could we please treat Guardfile* as Ruby code, so these files are colorized as well?
Currently glob patterns aren't supported, see https://github.com/atom/first-mate/pull/25 for more details
Even just Guardfile at it's basic would be great.
@envygeeks Are you not getting syntax highlighting for Guardfiles? It is in the list of recognized filenames.
I wasn't for a while even with that line but it works now so don't worry about me!
The new issue that this is blocked on is now atom/first-mate#64.