]> TLD Linux GIT Repositories - packages/mc.git/blob - mc-pld-developerfriendly.patch
- from PLD
[packages/mc.git] / mc-pld-developerfriendly.patch
1 diff -urN mc-2006-02-24-22.org/syntax/cvs-userlist.syntax mc-2006-02-24-22/syntax/cvs-userlist.syntax
2 --- mc-2006-02-24-22.org/misc/syntax/cvs-userlist.syntax        1970-01-01 01:00:00.000000000 +0100
3 +++ mc-2006-02-24-22/misc/syntax/cvs-userlist.syntax    2006-02-28 17:37:11.801898000 +0100
4 @@ -0,0 +1,20 @@
5 +wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789._-
6 +
7 +context default
8 +       keyword : yellow black
9 +# people
10 +       keyword whole linestart ac-admin black white
11 +       keyword whole linestart ra-admin black white
12 +       keyword whole linestart nest-admin black white
13 +       keyword whole linestart cvsadmin black white
14 +       keyword whole linestart distfilesadmin black white
15 +# machines (hm... people vs machines... like in the Matrix ;))
16 +       keyword wholeleft linestart builder gray white
17 +       keyword wholeleft linestart buildlogs gray white
18 +       keyword wholeleft linestart cia gray white
19 +       keyword wholeleft linestart distfiles gray white
20 +
21 +context exclusive : : cyan
22 +       keyword , yellow black
23 +       
24 +
25 diff -urN mc-2006-02-24-22.org/syntax/Makefile.am mc-2006-02-24-22/syntax/Makefile.am
26 --- mc-2006-02-24-22.org/misc/syntax/Makefile.am        2006-01-30 18:01:58.000000000 +0100
27 +++ mc-2006-02-24-22/misc/syntax/Makefile.am    2006-02-28 17:38:02.617073750 +0100
28 @@ -11,6 +11,7 @@
29         debian-sources-list.syntax \
30         cs.syntax               \
31         css.syntax              \
32 +       cvs-userlist.syntax     \
33         cxx.syntax              \
34         d.syntax                \
35         diff.syntax             \
36 @@ -35,6 +36,7 @@
37         pascal.syntax           \
38         perl.syntax             \
39         php.syntax              \
40 +       pld-update-todo.syntax  \
41         po.syntax               \
42         povray.syntax           \
43         python.syntax           \
44 diff -urN mc-2006-02-24-22.org/syntax/pld-update-todo.syntax mc-2006-02-24-22/syntax/pld-update-todo.syntax
45 --- mc-2006-02-24-22.org/misc/syntax/pld-update-todo.syntax     1970-01-01 01:00:00.000000000 +0100
46 +++ mc-2006-02-24-22/misc/syntax/pld-update-todo.syntax 2006-02-28 17:37:11.805898250 +0100
47 @@ -0,0 +1,5 @@
48 +context default
49 +       keyword wholeleft       [OLD]\s*\s      brightred
50 +       keyword wholeleft       [NEW]\s*\n      green
51 +       keyword wholeright      (*)     white black
52 +
53 diff -urN mc-2006-02-24-22.org/syntax/Syntax.in mc-2006-02-24-22/syntax/Syntax.in
54 --- mc-2006-02-24-22.org/misc/syntax/Syntax.in  2005-10-31 22:15:34.000000000 +0100
55 +++ mc-2006-02-24-22/misc/syntax/Syntax.in      2006-02-28 17:37:11.805898250 +0100
56 @@ -145,5 +145,11 @@
57  file Don_t_match_me Mail\sfolder ^From\s
58  include mail.syntax
59  
60 +file PLD-update-TODO PLD\sTODO
61 +include pld-update-todo.syntax
62 +
63 +file users CVS\suser\slist
64 +include cvs-userlist.syntax
65 +
66  file .\* unknown
67  include unknown.syntax