]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/filetype.vim
.vim: Fix PyEm filetype
[dotfiles.git] / .vim / filetype.vim
index 2437adab5406f1352c1d2c693cff736c29d43c23..e39f2d540b83f7690296d3acd2c21b6616bcd2ce 100644 (file)
@@ -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