From 816a67f20237c9cc8e5883bd3c93030af77e1f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C3=AFleurre?= <66210874+oileurre@users.noreply.github.com> Date: Sun, 7 Jun 2020 14:20:21 +0200 Subject: [PATCH] Create creole.nanorc --- creole.nanorc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 creole.nanorc diff --git a/creole.nanorc b/creole.nanorc new file mode 100644 index 0000000..f86c203 --- /dev/null +++ b/creole.nanorc @@ -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 "\|="