recognize .snippets files
This commit is contained in:
commit
8329008b10
4
ftdetect/snippets.vim
Normal file
4
ftdetect/snippets.vim
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
" recognize .snippet files
|
||||||
|
if has("autocmd")
|
||||||
|
autocmd BufNewFile,BufRead *.snippets setf snippet
|
||||||
|
endif
|
Loading…
Reference in New Issue
Block a user