about summary refs log tree commit diff
path: root/vim/.vim/ftdetect/gemtext.vim
blob: d47d324de9b961ce449fc6c3f588ddc431866e19 (plain) (blame)
1
2
3
4
" Vim file type detection for Gemtext markup

au BufRead,BufNewFile *.gmi set filetype=gemtext
au BufRead,BufNewFile *.gemini set filetype=gemtext