mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* syntax/perl.syntax: Fix highlight the hashes.
* syntax/diff.syntax: highlight comments (lines begin with #), and garbage in diff files.
This commit is contained in:
parent
650d04146e
commit
2d48b95137
@ -1,4 +1,10 @@
|
|||||||
2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
2004-10-05 Gergely Sza'sz,,, <szaszg@hu.inter.net>
|
||||||
|
|
||||||
|
* syntax/perl.syntax: Fix highlight the hashes.
|
||||||
|
* syntax/diff.syntax: highlight comments (lines begin with #),
|
||||||
|
and garbage in diff files.
|
||||||
|
|
||||||
|
2004-09-17 Dmitry Alexeyev <dmi_a@qnx.org.ru>
|
||||||
|
|
||||||
* mc.qpg.in: New file. Description for QNX 6.x packager.
|
* mc.qpg.in: New file. Description for QNX 6.x packager.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Highlighting for various diffs including those generated by CVS
|
# Highlighting for various diffs including those generated by CVS
|
||||||
# Comments to Pavel Roskin <pavel_roskin@geocities.com>
|
# Comments to Pavel Roskin <pavel_roskin@geocities.com>
|
||||||
context default
|
context default gray
|
||||||
keyword linestart @@*@@ cyan
|
keyword linestart @@*@@ cyan
|
||||||
keyword linestart Index:\s brown
|
keyword linestart Index:\s brown
|
||||||
keyword linestart \s black white
|
keyword linestart \s black white
|
||||||
@ -9,6 +9,7 @@ context default
|
|||||||
keyword linestart ---*---- cyan
|
keyword linestart ---*---- cyan
|
||||||
context exclusive linestart @@*@@ \n brightcyan
|
context exclusive linestart @@*@@ \n brightcyan
|
||||||
context exclusive linestart Index:\s \n black white
|
context exclusive linestart Index:\s \n black white
|
||||||
|
context exclusive linestart \s \n lightgray blue
|
||||||
context linestart diff \n white red
|
context linestart diff \n white red
|
||||||
context linestart ---\s \n brightmagenta
|
context linestart ---\s \n brightmagenta
|
||||||
context linestart \+\+\+\s \n brightmagenta
|
context linestart \+\+\+\s \n brightmagenta
|
||||||
@ -27,3 +28,4 @@ context linestart Common\s \n yellow black
|
|||||||
context linestart File\s \n yellow black
|
context linestart File\s \n yellow black
|
||||||
context linestart Files\s \n yellow black
|
context linestart Files\s \n yellow black
|
||||||
context linestart Binary\s \n yellow black
|
context linestart Binary\s \n yellow black
|
||||||
|
context linestart # \n brightcyan
|
||||||
|
@ -69,7 +69,6 @@ context default
|
|||||||
keyword - yellow
|
keyword - yellow
|
||||||
keyword \* yellow
|
keyword \* yellow
|
||||||
keyword / yellow
|
keyword / yellow
|
||||||
keyword % yellow
|
|
||||||
keyword = yellow
|
keyword = yellow
|
||||||
keyword != yellow
|
keyword != yellow
|
||||||
keyword == yellow
|
keyword == yellow
|
||||||
@ -102,13 +101,15 @@ context default
|
|||||||
keyword whole STDARGV brightred
|
keyword whole STDARGV brightred
|
||||||
keyword whole DATA brightred
|
keyword whole DATA brightred
|
||||||
|
|
||||||
keyword & brightmagenta
|
|
||||||
keyword wholeright $+ brightgreen/PaleGreen
|
keyword wholeright $+ brightgreen/PaleGreen
|
||||||
keyword wholeright %+ brightcyan
|
keyword wholeright %+ brightcyan
|
||||||
keyword wholeright @+ white
|
keyword wholeright @+ white
|
||||||
keyword \\" brightred
|
keyword \\" brightred
|
||||||
keyword \\' brightred
|
keyword \\' brightred
|
||||||
|
|
||||||
|
keyword % yellow
|
||||||
|
keyword & brightmagenta
|
||||||
|
|
||||||
keyword whole and magenta
|
keyword whole and magenta
|
||||||
keyword whole or magenta
|
keyword whole or magenta
|
||||||
keyword whole not magenta
|
keyword whole not magenta
|
||||||
|
Loading…
Reference in New Issue
Block a user