robballou / gitconfig-sublimetext

Sublime Text 2 language file for .gitconfig and .gitignore files
18 stars 4 forks source link

Add support for gitattributes files #5

Open pomeh opened 9 years ago

pomeh commented 9 years ago

It would be nice to have syntax highlighting support for .gitattributes files, as defined in git documentation https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html.

robballou commented 9 years ago

This would be a welcome addition. I looked at Textmate and Atom and their git languages do not currently support this format. If you're willing to make a PR I can take a look.

pomeh commented 9 years ago

OK thanks, I'll see what I can do, but can't promise anything (quite busy atm :/).