summary refs log tree commit diff
path: root/bin/hi.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hi.c')
-rw-r--r--bin/hi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/hi.c b/bin/hi.c
index e36d1467..98bb7697 100644
--- a/bin/hi.c
+++ b/bin/hi.c
@@ -168,6 +168,8 @@ static const struct Syntax MdocSyntax[] = {
 		"|" "(Br|[ABDPQS])[coq]|E[co]"
 		"|" "At|(Bs|[BDEFNO])x|Rv|St"
 		")" WB },
+	{ Tag, .subexp = 1,
+		.pattern = "^[.]S[hs]" BL1 "(.+)" },
 	{ String,
 		.pattern = PATTERN_DQ },
 	{ Normal,