summaryrefslogtreecommitdiffstats
path: root/misc/syntax/ini.syntax
blob: d6c79c30eba215b1968f4015d23ef5fb26484bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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