aboutsummaryrefslogtreecommitdiff
path: root/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.h')
-rw-r--r--syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.h b/syntax.h
index 262ab28..a38c87f 100644
--- a/syntax.h
+++ b/syntax.h
@@ -20,7 +20,7 @@ struct Syntax { /* a syntax definition */
char *name; /* syntax name */
char *file; /* apply to files matching this regex */
regex_t file_regex; /* compiled file name regex */
- SyntaxRule rules[12]; /* all rules for this file type */
+ SyntaxRule rules[24]; /* all rules for this file type */
};
#endif