* syntax/changelog.syntax: Don't require '@' to be in the

address.  This also works around a bug in the syntax engine
that prevented highlighting of addresses.
This commit is contained in:
Pavel Roskin 2001-08-26 08:14:27 +00:00
parent 53048aac65
commit b8e5a09b30
2 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,9 @@
2001-08-26 Pavel Roskin <proski@gnu.org>
* syntax/changelog.syntax: Don't require '@' to be in the
address. This also works around a bug in the syntax engine
that prevented highlighting of addresses.
2001-08-25 Pavel Roskin <proski@gnu.org>
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.

View File

@ -8,22 +8,22 @@ 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
keyword <+> brightred/19
context linestart 20+-+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Mon\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Tue\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Wed\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Thu\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Fri\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Sat\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19
context linestart Sun\s+\s+\s+\s \n yellow/24
keyword <+@+> brightred/19
keyword <+> brightred/19