Signed-off-by: Alejandro Mery <amery@geeks.cl>
@ -24,4 +24,4 @@ syn match WrongWhitespace /\t \{8,}/
"match WrongWhitespace / \+\ze\t/ " what is this?
highlight WrongWhitespace ctermbg=red guibg=red
highlight WrongWhitespace ctermbg=gray guibg=gray
@ -1,3 +1,4 @@
syn match WrongWhitespace /\s\+$\|^ \+\|\t \+\| \+\t/
syn match WrongWhitespace /\t \{8,}/