recognize .snippets files

This commit is contained in:
Holger Rapp 2010-11-13 00:10:31 +01:00
commit 8329008b10

4
ftdetect/snippets.vim Normal file
View File

@ -0,0 +1,4 @@
" recognize .snippet files
if has("autocmd")
autocmd BufNewFile,BufRead *.snippets setf snippet
endif