diff options
author | June McEnroe <june@causal.agency> | 2019-02-27 14:13:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-27 14:13:15 -0500 |
commit | 30ea6cd7d8136465ecb53fde3c7b6bf925720c88 (patch) | |
tree | bb4af486acf1fc67e8367d7b2c520383afe4821c /bin | |
parent | Delete extraneous <pre> in html.sh (diff) | |
download | src-30ea6cd7d8136465ecb53fde3c7b6bf925720c88.tar.gz src-30ea6cd7d8136465ecb53fde3c7b6bf925720c88.zip |
Fix make target pattern whitespace in hi
Diffstat (limited to 'bin')
-rw-r--r-- | bin/hi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hi.c b/bin/hi.c index cb684209..596cdfd9 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, |