mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
21 lines
367 B
Plaintext
21 lines
367 B
Plaintext
|
syntax "Creole" "\.creole$"
|
||
|
|
||
|
# Headers
|
||
|
color magenta "^=.*=$"
|
||
|
|
||
|
# Emphasis
|
||
|
color yellow start="//" end="//"
|
||
|
color brightyellow start="\*\*" end="\*\*"
|
||
|
|
||
|
# Lists
|
||
|
color green "^[#*]+\s.*"
|
||
|
|
||
|
# Links and images
|
||
|
color cyan start="\[\[" end="\]\]"
|
||
|
color cyan start="\{\{" end="\}\}"
|
||
|
|
||
|
# Pre and tables
|
||
|
color red start="\{\{\{" end="\}\}\}"
|
||
|
color red "\|"
|
||
|
color brightred "\|="
|