mirror of
https://github.com/scopatz/nanorc
synced 2024-11-05 01:00:00 +01:00
18 lines
597 B
Plaintext
18 lines
597 B
Plaintext
|
syntax "markdown" "\.(md|mkd|mkdn|markdown)$"
|
||
|
|
||
|
# Emphasis
|
||
|
color green "(^|[[:space:]])(_[^ ][^_]*_|\*[^ ][^*]*\*)"
|
||
|
|
||
|
# Strong emphasis
|
||
|
color brightgreen "(^|[[:space:]])(__[^ ][^_]*__|\*\*[^ ][^*]*\*\*)"
|
||
|
|
||
|
color brightmagenta "^=====*$|^-----*$|^#{1,6}.*"
|
||
|
color blue "^[[:space:]]*[\*+-] |^[[:space:]]*[0-9]+\. "
|
||
|
color black "^[[:space:]]+"
|
||
|
color magenta "\(([CcRr]|[Tt][Mm])\)" "\.{3}" "(^|[[:space:]])\-\-($$)"
|
||
|
color brightyellow "\!?\[[^]]*\]([[:space:]]*\[[^]]*\]|\(.*\))?"
|
||
|
color brightyellow "^\[.*\]:[[:space:]]*[^"]*"
|
||
|
color yellow "`[^`]*`|^ {4}[^-+*].*"
|
||
|
color brightblack "^>.*"
|
||
|
|