Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbendmorris <ben@bendmorris.com>2013-05-30 04:26:40 +0400
committerbendmorris <ben@bendmorris.com>2013-05-30 04:26:40 +0400
commite6efbda5fcf4f36c814427c03332c66bbd21d588 (patch)
treef985c62c3f43c8127b50672c65a81e13effdbe29
parent8ddc6771ac0aa872765e461528be7b3386d44e64 (diff)
Fixing inline code regex.
-rw-r--r--markdown.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.nanorc b/markdown.nanorc
index b7eb034..145f5cf 100644
--- a/markdown.nanorc
+++ b/markdown.nanorc
@@ -22,7 +22,7 @@ color brightmagenta "\[.*\](\([^\)]*\))?"
# Link id's:
color brightmagenta "^\[.*\]:( )+.*"
# Code spans
-color brightyellow "`.*`"
+color brightyellow "`[^`]*`"
# Code blocks
# disabled, because indented lines aren't always code blocks
# color brightyellow "^( ).*"