1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-03-21 15:23:06 +03:00

* syntax/diff.syntax: Highlight lines beginning with "File",

"Files" and "Binary"
        * syntax/makefile.syntax: Highlight "ifndef"
        * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
        highlighted)
This commit is contained in:
Pavel Roskin 2000-05-31 03:29:31 +00:00
parent 29fdfca001
commit 117d12864d
4 changed files with 12 additions and 2 deletions

@ -1,3 +1,11 @@
2000-05-30 Pavel Roskin <pavel_roskin@geociiities.com>
* syntax/diff.syntax: Highlight lines beginning with "File",
"Files" and "Binary"
* syntax/makefile.syntax: Highlight "ifndef"
* syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
highlighted)
2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin

@ -24,3 +24,6 @@ context linestart RCS\s \n brown/12
context linestart retrieving\s \n brown/12
context linestart Only\s \n yellow/24 black/0
context linestart Common\s \n yellow/24 black/0
context linestart File\s \n yellow/24 black/0
context linestart Files\s \n yellow/24 black/0
context linestart Binary\s \n yellow/24 black/0

@ -4,6 +4,7 @@ context default
keyword ${*} brightgreen/16
keyword whole linestart include magenta
keyword whole linestart ifdef magenta
keyword whole linestart ifndef magenta
keyword whole linestart endif magenta
keyword whole linestart if magenta
keyword whole linestart ifeq magenta

@ -55,7 +55,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
keyword whole awk cyan/14
keyword whole basename cyan/14
keyword whole bash cyan/14
keyword whole basnemae cyan/14
keyword whole bg_backup cyan/14
keyword whole bg_restore cyan/14
keyword whole bsh cyan/14
@ -205,7 +204,6 @@ wholechars left abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-.
keyword whole awk cyan/14
keyword whole basename cyan/14
keyword whole bash cyan/14
keyword whole basnemae cyan/14
keyword whole bg_backup cyan/14
keyword whole bg_restore cyan/14
keyword whole bsh cyan/14