Add xhtml to web files

This commit is contained in:
Jonathan Hodgson 2017-05-04 10:54:02 +01:00
parent 5472af22b0
commit 8e64d53306

2
.vimrc
View file

@ -245,7 +245,7 @@ endfun
"Make web files fold on indent {{{2
augroup file_web
autocmd!
autocmd FileType html,css,less,javascript,php setlocal foldmethod=indent foldenable
autocmd FileType html,xhtml,css,less,javascript,php setlocal foldmethod=indent foldenable
augroup END
" Add Html maps, Currently only pandoc conversion {{{2