From ac0e6b316d39acc86b433b45533edb07a843ef6e Mon Sep 17 00:00:00 2001 From: Arne Roomann-Kurrik Date: Fri, 20 Apr 2012 07:15:35 -0700 Subject: [PATCH] Adding xml rules --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index faa2194..1c0c61c 100644 --- a/vimrc +++ b/vimrc @@ -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()