mc/misc/syntax/ini.syntax

21 lines
248 B
Plaintext
Raw Normal View History

# 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