summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/hi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hi.c b/bin/hi.c
index a61a22ed..d1012d4b 100644
--- a/bin/hi.c
+++ b/bin/hi.c
@@ -65,7 +65,7 @@ static const struct Syntax CSyntax[] = {
 	{ Keyword, .subexp = 2,
 		.pattern = WB"(break|continue|goto|return)"WB },
 	{ Macro,
-		.pattern = "^#.*" },
+		.pattern = "^#(.|\\\\\n)*" },
 	{ String, .subexp = 1,
 		.pattern = "^#include (<[^>]*>)" },
 	{ String,