dotfiles/vim/vim.symlink/bundle/ultisnips/ftdetect/snippets.vim
2015-01-11 09:44:19 +00:00

4 lines
107 B
VimL

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