mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
36 lines
521 B
Plaintext
36 lines
521 B
Plaintext
|
# Markdown syntax highlighting
|
||
|
|
||
|
context default lightgray
|
||
|
spellcheck
|
||
|
# links
|
||
|
keyword whole [*](*) 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
|
||
|
|
||
|
context \*\* \*\* brightgreen
|
||
|
spellcheck
|
||
|
|
||
|
context \* \* magenta
|
||
|
spellcheck
|
||
|
|
||
|
context \_\_ \_\_ brightgreen
|
||
|
spellcheck
|
||
|
|
||
|
context \_ \_ magenta
|
||
|
spellcheck
|