From 0ae23343b8e9adeaf714368356e075abe5b8944c Mon Sep 17 00:00:00 2001 From: Timur Bakeyev Date: Tue, 12 Jan 1999 10:40:14 +0000 Subject: [PATCH] Fixed typo in new syntax ruleset. --- gtkedit/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkedit/syntax.c b/gtkedit/syntax.c index dec10e187..f6313588e 100644 --- a/gtkedit/syntax.c +++ b/gtkedit/syntax.c @@ -2430,7 +2430,7 @@ char *syntax_text[] = { "", "###############################################################################", "# Pascal (BP7 IDE alike)", -"file ..\\*\\\\.(pp|PP|pas|PAS|)$ Pascal Program", +"file ..\\*\\\\.(pp|PP|pas|PAS)$ Pascal Program", "context default yellow/24", " keyword whole absolute white/25", " keyword whole and white/25",