From a99dc516e63998630d4f4f938088fe2e0209b3ac Mon Sep 17 00:00:00 2001 From: "Mikhail S. Pobolovets" Date: Tue, 9 Mar 2010 16:25:21 +0200 Subject: [PATCH] Small update: two new keywords for cabal syntax --- misc/syntax/cabal.syntax | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/syntax/cabal.syntax b/misc/syntax/cabal.syntax index 213332865..249f208c9 100644 --- a/misc/syntax/cabal.syntax +++ b/misc/syntax/cabal.syntax @@ -187,9 +187,11 @@ context default # special keywords keyword whole True white keyword whole False white - keyword whole if white - keyword whole impl white + keyword whole if white keyword whole else white + keyword whole os white + keyword whole impl white + keyword whole arch white keyword whole linestart \[\s\]executable yellow keyword whole linestart \[\s\]library yellow