Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Add gitignore filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Jul 6, 2017
1 parent 9efe5ee commit 8240d42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ftdetect/gitignore.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
" File: gitignore.vim
" Description: .gitignore file detection for vim
" Author: jonathan <jonathan@lunarweb.co.uk>
" URL: jonathanh.co.uk

autocmd BufNewFile,BufRead .gitignore,global_gitignore setlocal filetype=gitignore

0 comments on commit 8240d42

Please sign in to comment.