]> 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 0bc8a955a600312d69dc18f876bd1758aac4f589..29b95a1d7e2e17d61517bf204418be7a3a043112 100644 (file)
@@ -169,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