Browse Source

Fixed typo in new syntax ruleset.

Timur Bakeyev 26 years ago
parent
commit
0ae23343b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gtkedit/syntax.c

+ 1 - 1
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",