summaryrefslogtreecommitdiffstats
path: root/misc/syntax/toml.syntax
blob: 0a1dff44f97789248991a2e7199a3d462a05218d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# TOML: Tom's Obvious Minimal Language

context default white

# groups
context [ \n brown
    keyword [ yellow
    keyword ] yellow

# assignment
context exclusive = \n write
    keyword "*" brightgreen
    keyword whole false brightcyan
    keyword whole true brightcyan
    keyword \{0123456789\} brightcyan

# comments
context # \n brown
    spellcheck

# other strings
context " " brightgreen