Merge branch '3917_sftps_atime_mtime'
[midnight-commander.git] / misc / syntax / markdown.syntax
blobda6bd08d6e12edbf65a02f3086d913666169a3b7
1 # Markdown syntax highlighting
3 context default lightgray
4     spellcheck
5     # links
6     keyword whole [*](*) yellow
7     keyword \*\* white
8     keyword \*   yellow
9     keyword \\_  lightgray
10     keyword wholeleft  __ white
11     keyword wholeright __ white
12     keyword wholeleft  _  yellow
13     keyword wholeright _  yellow
15 context linestart #### \n red
16     spellcheck
18 context linestart # \n brightred
19     spellcheck
21 context linestart > \n green
22     spellcheck
24 context linestart \s\s\s\s \n cyan
26 context ``` ``` cyan
28 context `` `` cyan
30 context ` ` cyan