]> git.pld-linux.org Git - packages/mc.git/blame - mc-pld-developerfriendly.patch
- updated to 4.8.18
[packages/mc.git] / mc-pld-developerfriendly.patch
CommitLineData
74e0e098 1diff -urN mc-2006-02-24-22.org/syntax/cvs-userlist.syntax mc-2006-02-24-22/syntax/cvs-userlist.syntax
ec1f7d4d
TP
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
317fa76e 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+
74e0e098 25diff -urN mc-2006-02-24-22.org/syntax/Makefile.am mc-2006-02-24-22/syntax/Makefile.am
ec1f7d4d
TP
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
494e5cc3 28@@ -11,7 +11,8 @@
48e9798a 29 debian-sources-list.syntax \
74e0e098
AM
30 cs.syntax \
31 css.syntax \
494e5cc3 32 cuda.syntax \
317fa76e 33+ cvs-userlist.syntax \
48e9798a 34 cxx.syntax \
bfda1051 35 d.syntax \
317fa76e 36 diff.syntax \
8db066ca 37@@ -35,6 +36,7 @@
74e0e098 38 pascal.syntax \
317fa76e 39 perl.syntax \
317fa76e 40 php.syntax \
41+ pld-update-todo.syntax \
42 po.syntax \
74e0e098 43 povray.syntax \
317fa76e 44 python.syntax \
74e0e098 45diff -urN mc-2006-02-24-22.org/syntax/pld-update-todo.syntax mc-2006-02-24-22/syntax/pld-update-todo.syntax
ec1f7d4d
TP
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
317fa76e 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+
6732f5fe 54diff -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
74e0e098 57@@ -145,5 +145,11 @@
317fa76e 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
This page took 0.104019 seconds and 4 git commands to generate.