From c86930ce75d7a2c145db67b163ae427155a01687 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Feb 2019 14:13:15 -0500 Subject: Fix make target pattern whitespace in hi --- bin/hi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hi.c') 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, -- cgit 1.4.1