From 9b06e28e2ce599a7a4911212e357b5d35fe0b08f Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 6 Oct 2014 22:05:46 -0500 Subject: Add syntax rules for Haskell --- syntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax.h') 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 -- cgit v1.2.3