]> TLD Linux GIT Repositories - packages/mc.git/blob - mc-pld-developerfriendly.patch
- updated to 4.8.18
[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,7 +11,8 @@
29         debian-sources-list.syntax \
30         cs.syntax               \
31         css.syntax              \
32         cuda.syntax             \
33 +       cvs-userlist.syntax     \
34         cxx.syntax              \
35         d.syntax                \
36         diff.syntax             \
37 @@ -35,6 +36,7 @@
38         pascal.syntax           \
39         perl.syntax             \
40         php.syntax              \
41 +       pld-update-todo.syntax  \
42         po.syntax               \
43         povray.syntax           \
44         python.syntax           \
45 diff -urN mc-2006-02-24-22.org/syntax/pld-update-todo.syntax mc-2006-02-24-22/syntax/pld-update-todo.syntax
46 --- mc-2006-02-24-22.org/misc/syntax/pld-update-todo.syntax     1970-01-01 01:00:00.000000000 +0100
47 +++ mc-2006-02-24-22/misc/syntax/pld-update-todo.syntax 2006-02-28 17:37:11.805898250 +0100
48 @@ -0,0 +1,5 @@
49 +context default
50 +       keyword wholeleft       [OLD]\s*\s      brightred
51 +       keyword wholeleft       [NEW]\s*\n      green
52 +       keyword wholeright      (*)     white black
53 +
54 diff -urN mc-2006-02-24-22.org/syntax/Syntax.in mc-2006-02-24-22/syntax/Syntax.in
55 --- mc-2006-02-24-22.org/misc/syntax/Syntax.in  2005-10-31 22:15:34.000000000 +0100
56 +++ mc-2006-02-24-22/misc/syntax/Syntax.in      2006-02-28 17:37:11.805898250 +0100
57 @@ -145,5 +145,11 @@
58  file Don_t_match_me Mail\sfolder ^From\s
59  include mail.syntax
60  
61 +file PLD-update-TODO PLD\sTODO
62 +include pld-update-todo.syntax
63 +
64 +file users CVS\suser\slist
65 +include cvs-userlist.syntax
66 +
67  file .\* unknown
68  include unknown.syntax