mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
23 lines
398 B
Plaintext
23 lines
398 B
Plaintext
|
# 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
|