X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Ffiletype.vim;h=e39f2d540b83f7690296d3acd2c21b6616bcd2ce;hb=04bbc0256453a304c73e24035fefb995c158953a;hp=2437adab5406f1352c1d2c693cff736c29d43c23;hpb=7ecf6c180cbb38c4d04dc5419988db48fc47a29b;p=dotfiles.git diff --git a/.vim/filetype.vim b/.vim/filetype.vim index 2437ada..e39f2d5 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -24,7 +24,7 @@ augroup filetypedetect " Python Templates (Quixote) are Python files autocmd BufNewFile,BufReadPost *.ptl setlocal filetype=python " Python Embedded are mason-like python templates - autocmd BufNewFile,BufReadPost *.pyem setlocal filetype=python filetype=mason + autocmd BufNewFile,BufReadPost *.pyem setlocal filetype=python.mason.html " ssh files autocmd BufReadPost known_hosts setlocal filetype=ssh