mirror of https://github.com/MidnightCommander/mc
21 lines
248 B
Plaintext
21 lines
248 B
Plaintext
|
# DOS / Windows INI files
|
||
|
|
||
|
context default
|
||
|
|
||
|
keyword = brightred
|
||
|
keyword $*$ brightgreen
|
||
|
|
||
|
# options
|
||
|
#context .* = cyan
|
||
|
|
||
|
# groups
|
||
|
context [ ] yellow
|
||
|
|
||
|
# lists
|
||
|
context exclusive $*$ $*$ green
|
||
|
|
||
|
# comments:
|
||
|
context # \n brown
|
||
|
context ; \n brown
|
||
|
|