HEX
Server: nginx/1.24.0
System: Linux 0c1023d6c65e 6.8.0-137-generic #137-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 17 20:28:23 UTC 2026 x86_64
User: root (0)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: //usr/share/mc/syntax/toml.syntax
# 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