Ticket #2126: ini.syntax

File ini.syntax, 215 bytes (added by zaytsev, 14 years ago)
Line 
1context default
2
3        keyword = brightred
4        keyword $*$ brightgreen
5
6# options
7#context .* = cyan
8
9# groups
10context [ ] yellow
11
12# lists
13context exclusive $*$ $*$ green
14
15# comments:
16context # \n brown
17context ; \n brown
18