File: markdown.syntax

package info (click to toggle)
mc 3%3A4.8.29-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,056 kB
  • sloc: ansic: 98,016; sh: 8,293; perl: 2,325; makefile: 1,458; python: 410; cs: 44; lisp: 44; sed: 16
file content (30 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (5)
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