summary refs log tree commit diff
path: root/bin/hi.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-27 14:13:15 -0500
committerJune McEnroe <june@causal.agency>2019-02-27 14:13:15 -0500
commitc86930ce75d7a2c145db67b163ae427155a01687 (patch)
tree19f285ee9c6dac9c56336a4dedfc5902f665954c /bin/hi.c
parentDelete extraneous <pre> in html.sh (diff)
downloadsrc-c86930ce75d7a2c145db67b163ae427155a01687.tar.gz
src-c86930ce75d7a2c145db67b163ae427155a01687.zip
Fix make target pattern whitespace in hi
Diffstat (limited to 'bin/hi.c')
-rw-r--r--bin/hi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hi.c b/bin/hi.c
index a37b1245..ea00c58c 100644
--- a/bin/hi.c
+++ b/bin/hi.c
@@ -133,7 +133,7 @@ static const struct Syntax MakeSyntax[] = {
 	{ Macro,
 		.pattern = "^ *-?include" },
 	{ Tag, .parent = ~SET(Keyword), .subexp = 1,
-		.pattern = "(" MAKE_TARGET ")" "(" BL0 MAKE_TARGET ")*" BL0 ":" },
+		.pattern = "(" MAKE_TARGET ")" "(" BL1 MAKE_TARGET ")*" BL0 ":" },
 	{ String, .subexp = 1,
 		.pattern = "[._[:alnum:]]+" BL0 "[!+:?]?=" BL0 "(.*)" },
 	{ Normal,