summaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
blob: e3c219916ce79f682b6169cc8a2d394054beba61 (plain)
1
2
3
4
5
6
7
8
9
10
if exists("did_load_filetypes")
    finish
endif
augroup filetypedetect
    au! BufRead,BufNewFile *.mako       setfiletype mako
    au! BufRead,BufNewFile *.jinja      setfiletype jinja
    au! BufRead,BufNewFile *.ML         setfiletype sml
    au! BufRead,BufNewFile /etc/lighttpd/*.conf,lighttpd.conf setfiletype lighttpd 
augroup END
title='2014-04-17 23:04:59 +0200'>2014-04-17move/copy: always reencrypt passwords at destinationJason A. Donenfeld5-25/+56 2014-04-17makefile: allow platform files with gnu sedJason A. Donenfeld1-7/+8 2014-04-17mv: Add pass mv/rename supportJason A. Donenfeld5-3/+78 2014-04-17revelation2pass: add plain XML importJavali1-11/+15 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17