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
+20
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 "\|="