root/misc/syntax/ini.syntax

/* [previous][next][first][last][top][bottom][index][help]  */
# DOS / Windows INI files
 
context default cyan
    keyword = brightred
 
# groups
context [ ] yellow
 
# comments:
context # \n brown
    spellcheck
 
context ; \n brown
    spellcheck
 
context exclusive = \n brightcyan
 
 

/* [previous][next][first][last][top][bottom][index][help]  */