blob: da6bd08d6e12edbf65a02f3086d913666169a3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Markdown syntax highlighting
context default lightgray
spellcheck
# links
keyword whole [*](*) yellow
keyword \*\* white
keyword \* yellow
keyword \\_ lightgray
keyword wholeleft __ white
keyword wholeright __ white
keyword wholeleft _ yellow
keyword wholeright _ yellow
context linestart #### \n red
spellcheck
context linestart # \n brightred
spellcheck
context linestart > \n green
spellcheck
context linestart \s\s\s\s \n cyan
context ``` ``` cyan
context `` `` cyan
context ` ` cyan
|