]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/colors/simon.vim
vim/colors/simon.vim: Add examples for statementControl highlight.
[config/dotfiles.git] / vim / colors / simon.vim
index d9a781e07f79589650eeaf3e1d4a438256b80f2a..29b95a1d7e2e17d61517bf204418be7a3a043112 100644 (file)
@@ -142,7 +142,9 @@ highlight StatusLineNC                               cterm=reverse
 " used by AsciiDoc.
 highlight Title              ctermfg=63              cterm=bold
 " Vertical split column (black on default), black to try to hide it
-" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse.
+" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse. Also
+" see my vimrc for a way to hide it completely (the column is still there, but
+" empty).
 highlight VertSplit          ctermfg=16              cterm=NONE
 " Current visual selection (default on light gray).
 highlight Visual                         ctermbg=246
@@ -167,4 +169,12 @@ highlight specialKeyTab      ctermfg=239
 " underline).
 "
 " Needs a modified syntax file or additional rules in after/syntax/.
+"
+" For example for C:
+"
+"    syntax keyword statementControl continue break return goto
+"
+" Or for Perl:
+"
+"    highlight link perlStatementControl statementControl
 highlight statementControl   ctermfg=227             cterm=bold,underline