diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-16 08:01:16 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-16 08:01:16 +0200 |
| commit | 9c4888a2015407002637d5dd2c9685cb5bf48ed3 (patch) | |
| tree | f181cb81c9dd0c54cc6f810d08c94fb7b8037698 /syntax.h | |
| parent | bab44ff37c248a593199d9b3e69700800a49fbd7 (diff) | |
| download | vis-9c4888a2015407002637d5dd2c9685cb5bf48ed3.tar.gz vis-9c4888a2015407002637d5dd2c9685cb5bf48ed3.tar.xz | |
Import syntax rules from sandy
Diffstat (limited to 'syntax.h')
| -rw-r--r-- | syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
