HEX
Server: Apache
System: Linux www 6.18.4-i1-ampere #899 SMP Thu Jan 8 10:39:05 CET 2026 aarch64
User: sws1073755998 (1073755998)
PHP: 8.1.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