Sublime Text 2: How to set up consistent syntax highlighting for Guardfile?

Viewed 2544

While it is easy enough to set the language for a given (open) file in Sublime Text, I'm wondering if there is any way that I can tell the editor in advance that anything called "Guardfile" should be highlighted like it's Ruby code. Does anyone know how to do this?

2 Answers
Related