From e2383a21ef2abd4725603843b171f76c537a4605 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 18 Feb 2019 18:07:25 -0500 Subject: Match Sh and Ss as Tag in mdoc --- bin/hi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/hi.c b/bin/hi.c index 1eff50bd..9b9a430a 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, -- cgit 1.4.1 0bbc81baae93662e4a0f01f910705c031977'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/jrp.c (unfollow)
Commit message (Expand)Author
2018-01-28Only set title in ~xtermJune McEnroe
2018-01-28Clean up klon inputJune McEnroe
2018-01-27Fix CodeQWERTY layoutJune McEnroe