mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +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:
parent
29fdfca001
commit
117d12864d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user