* syntax/perl.syntax: Highlight text after __END__ as a comment.

* syntax/po.syntax: Avoid gray color, which is hard to see.
This commit is contained in:
Pavel Roskin 2002-07-08 21:25:42 +00:00
parent 2854f6aebe
commit dc0e4bf58a
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-07-08 Pavel Roskin <proski@gnu.org>
* syntax/perl.syntax: Highlight text after __END__ as a comment.
* syntax/po.syntax: Avoid gray color, which is hard to see.
2002-07-05 Pavel Roskin <proski@gnu.org>
* syntax/dos.syntax: Add more commands.

View File

@ -351,6 +351,6 @@ context ' ' brightgreen/16
context exclusive ` ` white/26 black/0
context whole __END__ guacomale_pudding white/26 black/0
context whole __END__ guacomale_pudding brown/22

View File

@ -10,8 +10,9 @@
# - Generic comments added by Gettext (white)
# - C-style format modifiers,
# as in c.syntax (brightgreen)
# + Messages marked as "fuzzy" (red)
# + Untranslated messages (red)
# - Messages marked as "fuzzy" (brightred)
# - Untranslated messages (brightred)
# - Unused messages (red)
#
# Author: David Martin <dmartina@excite.es>
# August 17, 2001
@ -29,7 +30,7 @@ context linestart #: \n white/26
context linestart #, \n white/26
keyword c-format yellow/24
context linestart #~ \n gray/4
context linestart #~ \n red/19
context linestart # \n brown/22
spellcheck