summaryrefslogtreecommitdiff
path: root/.config/nano/creole.nanorc
blob: cca97a6439850bfa62e67241173ce3bcfecb3e61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
syntax "Creole" "\.creole$"

# Headers
color magenta "^=.*=$"

# Lists
color green "^[#*]+\s.*"

# Links and images
color cyan start="\[\[" end="\]\]"
color cyan start="\{\{" end="\}\}"

# Emphasis
color yellow "//.*//"
color brightyellow "\*\*.*\*\*"

# Pre and tables
color red start="\{\{\{" end="\}\}\}"
color red "\|"
color brightred "\|="

color ,red "\s+$"