Files
RedBear-OS/local/recipes/tui/mc/source/misc/syntax/toml.syntax
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

23 lines
398 B
YAML

# 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