UltiSnips/ftdetect/snippets.vim
2011-02-17 14:00:45 +01:00

5 lines
107 B
VimL

" recognize .snippet files
if has("autocmd")
autocmd BufNewFile,BufRead *.snippets setf snippets
endif