From 4870b1fa57b44bf35e82ccc69fb57d7003f99ad8 Mon Sep 17 00:00:00 2001 From: Hussam al-Homsi Date: Mon, 26 Dec 2022 20:34:53 -0500 Subject: [PATCH] syntax: html: remove the special highlighting of the b, i, and u elements They don't necessarily represent bold, italic, or underlined text, and they're not any more special than, say, the s element. They're now highlighted just like any other element. Signed-off-by: Hussam al-Homsi --- syntax/html.nanorc | 2 -- 1 file changed, 2 deletions(-) diff --git a/syntax/html.nanorc b/syntax/html.nanorc index 7a099de9..e011228e 100644 --- a/syntax/html.nanorc +++ b/syntax/html.nanorc @@ -8,8 +8,6 @@ formatter tidy -m -q # Tags: color cyan "<[[:alpha:]/!?][^>]*>" -# Bold, italic, and underlined: -color brightmagenta "" # Named character references: color red "&[^;[:space:]]*;" -- 2.34.1