Merge branch '4615_browser_runtime'
[midnight-commander.git] / misc / syntax / toml.syntax
blob0a1dff44f97789248991a2e7199a3d462a05218d
1 # TOML: Tom's Obvious Minimal Language
3 context default white
5 # groups
6 context [ \n brown
7     keyword [ yellow
8     keyword ] yellow
10 # assignment
11 context exclusive = \n write
12     keyword "*" brightgreen
13     keyword whole false brightcyan
14     keyword whole true brightcyan
15     keyword \{0123456789\} brightcyan
17 # comments
18 context # \n brown
19     spellcheck
21 # other strings
22 context " " brightgreen