mirror of
https://github.com/scopatz/nanorc
synced 2024-11-21 16:15:40 +01:00
commit
a3e85b9271
20
creole.nanorc
Normal file
20
creole.nanorc
Normal file
@ -0,0 +1,20 @@
|
||||
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 "\|="
|
Loading…
Reference in New Issue
Block a user