toml.syntax 398 B

12345678910111213141516171819202122
  1. # TOML: Tom's Obvious Minimal Language
  2. context default white
  3. # groups
  4. context [ \n brown
  5. keyword [ yellow
  6. keyword ] yellow
  7. # assignment
  8. context exclusive = \n write
  9. keyword "*" brightgreen
  10. keyword whole false brightcyan
  11. keyword whole true brightcyan
  12. keyword \{0123456789\} brightcyan
  13. # comments
  14. context # \n brown
  15. spellcheck
  16. # other strings
  17. context " " brightgreen