From b67784acaf943ff1f1da5737c2af5feccb8e4e10 Mon Sep 17 00:00:00 2001 From: Serhiy Zahoriya Date: Thu, 8 Oct 2020 18:43:13 +0300 Subject: [PATCH] Highlight second curly bracket in html.nanorc --- html.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.nanorc b/html.nanorc index 77a04dd..01bb24a 100644 --- a/html.nanorc +++ b/html.nanorc @@ -28,7 +28,7 @@ color yellow ""(\\.|[^"])*"" color red "&#?[[:alnum:]]*;" ## Template strings (not in the HTML spec, but very commonly used) -color magenta "\{[^\}]*\}" +color magenta "\{[^\}]*\}\}?" color brightgreen "[[:space:]]((end)?if|(end)?for|in|not|(end)?block)[[:space:]]" ## Comments