mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* 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:
parent
2854f6aebe
commit
dc0e4bf58a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user