syn match WrongWhitespace /\s\+$\|^ \+\|\t \+\| \+\t/ highlight WrongWhitespace ctermbg=red guibg=red
syn match WrongWhitespace /\s\+$\|^ \+\|\t \+\| \+\t/
highlight WrongWhitespace ctermbg=red guibg=red