14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
|
syntax "gemini" "\.(gemini|gmi|GMI)$"
|
||
|
|
||
|
# links
|
||
|
color magenta "^=>.*$"
|
||
|
|
||
|
# preformatted
|
||
|
color yellow start="^```* ?$" end="^```* ?$"
|
||
|
|
||
|
#headings
|
||
|
color cyan "^\#+.*$"
|
||
|
|
||
|
#bullets
|
||
|
color green "^\*+.*$"
|