1
1

* syntax/changelog.syntax: Fix highlighting of functions. Relax

strictness for dates.
Этот коммит содержится в:
Pavel Roskin 2001-09-05 01:50:02 +00:00
родитель dbe915be3c
Коммит 4d3dbca660
2 изменённых файлов: 22 добавлений и 23 удалений

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

@ -1,5 +1,8 @@
2001-09-04 Pavel Roskin <proski@gnu.org>
* syntax/changelog.syntax: Fix highlighting of functions. Relax
strictness for dates.
* doc/mc.1.in: Fix troff warnings.
* doc/mcedit.1.in: Likewise.

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

@ -1,29 +1,25 @@
context default
keyword \s+() brightmagenta/23
keyword \t+() brightmagenta/23
keyword wholeright +() brightmagenta/23
spellcheck
context linestart \t\*\s : brightcyan/17
context linestart \s\s\s\s\s\s\s\s\*\s : brightcyan/17
context linestart 19+-+\s \n yellow/24
keyword <+> brightred/19
context linestart 20+-+\s \n yellow/24
keyword <+> brightred/19
context linestart Mon\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Tue\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Wed\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Thu\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Fri\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Sat\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart Sun\s+\s+\s+\s \n yellow/24
keyword <+> brightred/19
context linestart 19+-+\s \n yellow/24
keyword <+> brightred/19
context linestart 20+-+\s \n yellow/24
keyword <+> brightred/19
context linestart Mon\s \n yellow/24
keyword <+> brightred/19
context linestart Tue\s \n yellow/24
keyword <+> brightred/19
context linestart Wed\s \n yellow/24
keyword <+> brightred/19
context linestart Thu\s \n yellow/24
keyword <+> brightred/19
context linestart Fri\s \n yellow/24
keyword <+> brightred/19
context linestart Sat\s \n yellow/24
keyword <+> brightred/19
context linestart Sun\s \n yellow/24
keyword <+> brightred/19