From 298447e22d2bda86c3ef2337d1543acd2f546071 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 5 Jan 2023 16:08:19 +0100 Subject: [PATCH] syntax: html: colorize specially the other two emphasizing tags too In most cases, behaves like and behaves like , so it makes sense to treat all of them in the same manner. --- syntax/html.nanorc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/html.nanorc b/syntax/html.nanorc index 7a099de9..395becd3 100644 --- a/syntax/html.nanorc +++ b/syntax/html.nanorc @@ -8,8 +8,8 @@ formatter tidy -m -q # Tags: color cyan "<[[:alpha:]/!?][^>]*>" -# Bold, italic, and underlined: -color brightmagenta "" +# Bold, italic, underlined, emphasis, and importance: +color brightmagenta "" # Named character references: color red "&[^;[:space:]]*;"