diff options
Diffstat (limited to '')
-rw-r--r-- | misc/syntax/markdown.syntax | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/syntax/markdown.syntax b/misc/syntax/markdown.syntax new file mode 100644 index 0000000..da6bd08 --- /dev/null +++ b/misc/syntax/markdown.syntax @@ -0,0 +1,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 |