Add gitignore-mode

`gitignore-mode` is a simple mode for `.gitignore` files with basic font
locking.
This commit is contained in:
Sebastian Wiesner 2012-10-08 19:49:21 +02:00
parent 0baa4a31e3
commit 19a16f5532

3
recipes/gitignore-mode Normal file
View file

@ -0,0 +1,3 @@
(gitignore-mode :repo "lunaryorn/git-modes"
:fetcher github
:files ("gitignore-mode.el"))