* syntax/changelog.syntax: Require space after asterisk to have

it highlighted.
This commit is contained in:
Pavel Roskin 2001-03-07 21:10:29 +00:00
parent 773f38c580
commit 2977f95a1f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-03-07 Pavel Roskin <proski@gnu.org>
* syntax/changelog.syntax: Require space after asterisk to have
it highlighted.
2001-03-02 Pavel Roskin <proski@gnu.org>
* aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.

View File

@ -4,8 +4,8 @@ context default
keyword \t+() brightmagenta/23
spellcheck
context linestart \t\* : brightcyan/17
context linestart \s\s\s\s\s\s\s\s\* : brightcyan/17
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