Create creole.nanorc

This commit is contained in:
Oïleurre 2020-06-07 14:20:21 +02:00 committed by GitHub
parent a73f290502
commit 816a67f202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
creole.nanorc Normal file
View 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 "\|="