From 5586c9bfbc5e85a54241cedfabe376b43b84b66a Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 17 Aug 2001 14:36:34 +0000 Subject: [PATCH] Support *.pox, not only *.po. --- gtkedit/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtkedit/syntax.c b/gtkedit/syntax.c index 3423717c3..6e1cff7c0 100644 --- a/gtkedit/syntax.c +++ b/gtkedit/syntax.c @@ -1268,7 +1268,7 @@ static const char * const syntax_text[] = { "file .\\*[Mm]akefile[\\\\\\.a-z]\\*$ Makefile", "include makefile.syntax", "", -"file ..\\*\\\\.po$ PO\\sFile", +"file ..\\*\\\\.(po|pox)$ PO\\sFile", "include po.syntax", "", "file Don_t_match_me Mail\\sfolder ^From\\s",