1
1

syntax: html: colorize specially the other two emphasizing tags too

In most cases, <em> behaves like <i> and <strong> behaves like <b>,
so it makes sense to treat all of them in the same manner.
Этот коммит содержится в:
Benno Schulenberg 2023-01-05 16:08:19 +01:00
родитель a3c7de8a50
Коммит 298447e22d

Просмотреть файл

@ -8,8 +8,8 @@ formatter tidy -m -q
# Tags: # Tags:
color cyan "<[[:alpha:]/!?][^>]*>" color cyan "<[[:alpha:]/!?][^>]*>"
# Bold, italic, and underlined: # Bold, italic, underlined, emphasis, and importance:
color brightmagenta "</?[biu]>" color brightmagenta "</?(b|i|u|em|strong)>"
# Named character references: # Named character references:
color red "&[^;[:space:]]*;" color red "&[^;[:space:]]*;"