markdown.syntax 557 B

123456789101112131415161718192021222324252627282930
  1. # Markdown syntax highlighting
  2. context default lightgray
  3. spellcheck
  4. # links
  5. keyword whole [*](*) yellow
  6. keyword \*\* white
  7. keyword \* yellow
  8. keyword \\_ lightgray
  9. keyword wholeleft __ white
  10. keyword wholeright __ white
  11. keyword wholeleft _ yellow
  12. keyword wholeright _ yellow
  13. context linestart #### \n red
  14. spellcheck
  15. context linestart # \n brightred
  16. spellcheck
  17. context linestart > \n green
  18. spellcheck
  19. context linestart \s\s\s\s \n cyan
  20. context ``` ``` cyan
  21. context `` `` cyan
  22. context ` ` cyan