Add xhtml to web files
This commit is contained in:
parent
5472af22b0
commit
8e64d53306
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -245,7 +245,7 @@ endfun
|
||||||
"Make web files fold on indent {{{2
|
"Make web files fold on indent {{{2
|
||||||
augroup file_web
|
augroup file_web
|
||||||
autocmd!
|
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
|
augroup END
|
||||||
|
|
||||||
" Add Html maps, Currently only pandoc conversion {{{2
|
" Add Html maps, Currently only pandoc conversion {{{2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue