]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/colors/simon.vim: Add examples for statementControl highlight.
authorSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:22:48 +0000 (22:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:22:48 +0000 (22:22 +0200)
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