UltiSnips/ftdetect/snippets.vim

5 lines
107 B
VimL
Raw Normal View History

2010-11-12 17:29:26 -05:00
" recognize .snippet files
if has("autocmd")
2011-02-17 14:00:45 +01:00
autocmd BufNewFile,BufRead *.snippets setf snippets
2010-11-12 17:29:26 -05:00
endif