comparison runtime/syntax/kconfig.vim @ 2034:7bc41231fbc7

Update runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:54:52 +0100
parents 6bb1fa855dc9
children 0303182665d5
comparison
equal deleted inserted replaced
2033:de5a43c5eedc 2034:7bc41231fbc7
1 " Vim syntax file 1 " Vim syntax file
2 " Maintainer: Nikolai Weibull <now@bitwi.se> 2 " Maintainer: Nikolai Weibull <now@bitwi.se>
3 " Latest Revision: 2006-04-14 3 " Latest Revision: 2009-05-25
4 4
5 if exists("b:current_syntax") 5 if exists("b:current_syntax")
6 finish 6 finish
7 endif 7 endif
8 8
664 664
665 syn keyword kconfigTodo contained TODO FIXME XXX NOTE 665 syn keyword kconfigTodo contained TODO FIXME XXX NOTE
666 666
667 syn match kconfigComment display '#.*$' contains=kconfigTodo 667 syn match kconfigComment display '#.*$' contains=kconfigTodo
668 668
669 syn keyword kconfigKeyword config menuconfig comment menu mainmenu 669 syn keyword kconfigKeyword config menuconfig comment mainmenu
670 670
671 syn keyword kconfigConditional choice endchoice if endif 671 syn keyword kconfigConditional menu endmenu choice endchoice if endif
672 672
673 syn keyword kconfigPreProc source 673 syn keyword kconfigPreProc source
674 \ nextgroup=kconfigPath 674 \ nextgroup=kconfigPath
675 \ skipwhite 675 \ skipwhite
676 676