summaryrefslogtreecommitdiffstats
path: root/misc/syntax/markdown.syntax
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:12 +0000
commit8ccb487c21368a7fdc8c7c72315325bf0aa06147 (patch)
treeb2056fae01d325924508a41731edfbd4c3cddd23 /misc/syntax/markdown.syntax
parentInitial commit. (diff)
downloadmc-8ccb487c21368a7fdc8c7c72315325bf0aa06147.tar.xz
mc-8ccb487c21368a7fdc8c7c72315325bf0aa06147.zip
Adding upstream version 3:4.8.29.upstream/3%4.8.29upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'misc/syntax/markdown.syntax')
-rw-r--r--misc/syntax/markdown.syntax30
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