mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
commit
a3e85b9271
1 changed files with 20 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue