IndentHL : Vim Syntax Highlighting for indent whitespace
| script karma |
Rating -2/6,
Downloaded by 1058 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Vedran Sajko |
| |
| script type |
| syntax |
| |
| description |
Tabs and spaces are colored in slightly different colors from lightest to
darkest for dark background or from darkest to lightest for light background
example (x is darkest color and z lightest):
function foo()
x if b
x y echo 'something'
x y while c
x y z echo 'something else'
x y endwhile
x endif
endfunction
Actually it forms vertical stripes
You can switch it off and on by
:call OnOffIndentHi()
|
| |
| install details |
Put script in ~/.vim/after/syntax/php.vim
or
~/.vim/after/syntax/c.vim
and
~/.vim/after/syntax/php.vim
and
~/.vim/after/syntax/vim.vim
and
~/.vim/after/syntax/html.vim
I haven't test it with other syntaxes but hopefully works |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.103
|