Skip to content

Commit

Permalink
Adding xml rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kurrik committed Apr 20, 2012
1 parent 71392ab commit ac0e6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -53,6 +53,10 @@ filetype indent on
autocmd FileType make setlocal noexpandtab shiftwidth=8 softtabstop=8
autocmd FileType make highlight SpecialKey ctermbg=darkgray guibg=#333333

" Makefiles
autocmd FileType xml setlocal noexpandtab shiftwidth=8 softtabstop=8
autocmd FileType xml highlight SpecialKey ctermbg=darkgray guibg=#333333

" HTML escapes
" Usage: visual select lines, execute ctrl+h
function HtmlEscape()
Expand Down

0 comments on commit ac0e6b3

Please sign in to comment.