1
0
mirror of https://github.com/akelge/vim synced 2025-08-15 15:38:34 +00:00
Files
vim/ftdetect/mako.vim
2016-05-14 11:05:57 +02:00

7 lines
155 B
VimL

" Mako
augroup mako
autocmd BufRead,BufNewFile *.mako set ft=mako
autocmd BufWinEnter *.mako set ft=mako
autocmd FileType mako set textwidth=0
augroup end