Skip to content

Commit

Permalink
handle cheetah templates as html files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 17, 2012
1 parent 3655f67 commit 8117f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _vimrc
Expand Up @@ -294,7 +294,7 @@ let g:acp_completeoptPreview=1
" FileType specific changes
" ============================================================
" Mako/HTML
autocmd BufNewFile,BufRead *.mako,*.mak setlocal ft=html
autocmd BufNewFile,BufRead *.tmpl,*.mako,*.mak setlocal ft=html
autocmd FileType html,xhtml,xml,css setlocal expandtab shiftwidth=2 tabstop=2 softtabstop=2

" ReStrucTured text
Expand Down

0 comments on commit 8117f8f

Please sign in to comment.