summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-02-26 19:08:55 +0100
committerStefan Ritter <xeno@thehappy.de>2010-02-26 19:08:55 +0100
commitfae16837409f915d9b797e3e8d6136b0ebdc8916 (patch)
tree610ff676487fe9bad910754a7fb03fac4002449c /vim
parent8d748d46c3ac62bbb2d25bfb4cb972ad2dd7ffcf (diff)
Added .tpl as html filetype
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 58cfbdc..e478ac9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -28,3 +28,4 @@ map <F1> :execute 'NERDTreeToggle'<CR>
" auto headers
autocmd bufnewfile *.py so ~/etc/vim/header_python
autocmd bufnewfile *.html so ~/etc/vim/header_html
+autocmd bufnewfile,bufread *.tpl set filetype=html