Ticket #2126: DOS style INI files syntax
[midnight-commander.git] / misc / syntax / ini.syntax
blob629da177a384b648dc99fc05867616f34657de99
1 # DOS / Windows INI files
3 context default
5     keyword = brightred
6     keyword $*$ brightgreen
8 # options
9 #context .* = cyan
11 # groups
12 context [ ] yellow
14 # lists
15 context exclusive $*$ $*$ green
17 # comments:
18 context # \n brown
19 context ; \n brown