1
1

* syntax.c (syntax_text): Highlight *.pot as PO files.

Этот коммит содержится в:
Pavel Roskin 2001-08-18 08:01:52 +00:00
родитель c662999821
Коммит 7d2df0889d
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,7 @@
2001-08-18 Pavel Roskin <proski@gnu.org>
* syntax.c (syntax_text): Highlight *.pot as PO files.
* edit.h [GTK]: Fix definition of edit_message_dialog().
* gtkedit.c (gtk_edit_dialog_message): Use "OK" button, not
"Cancel", for consistency with the text edition.

Просмотреть файл

@ -1268,7 +1268,7 @@ static const char * const syntax_text[] = {
"file .\\*[Mm]akefile[\\\\\\.a-z]\\*$ Makefile",
"include makefile.syntax",
"",
"file ..\\*\\\\.(po|pox)$ PO\\sFile",
"file ..\\*\\\\.(po|pot|pox)$ PO\\sFile",
"include po.syntax",
"",
"file Don_t_match_me Mail\\sfolder ^From\\s",