From 9c4888a2015407002637d5dd2c9685cb5bf48ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 16 Sep 2014 08:01:16 +0200 Subject: Import syntax rules from sandy --- syntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax.h') diff --git a/syntax.h b/syntax.h index 7d952fb..a4e4a33 100644 --- a/syntax.h +++ b/syntax.h @@ -12,8 +12,8 @@ typedef struct { typedef struct { char *rule; /* regex to search for */ - int cflags; /* compilation flags (REG_*) used when compiling */ Color *color; /* settings to apply in case of a match */ + bool multiline; /* whether . should match new lines */ regex_t regex; /* compiled form of the above rule */ } SyntaxRule; -- cgit v1.2.3