Changes for respect new 'HARDLINK' highlight type.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2011-02-04 15:09:15 +02:00
parent 264f90b675
commit 2712ec2ca8
11 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,6 @@
[directory] [directory]
type=DIR type=DIR
[device] [device]
type=DEVICE type=DEVICE
@ -17,6 +16,9 @@
[symlink] [symlink]
type=SYMLINK type=SYMLINK
[hardlink]
type=HARDLINK
[core] [core]
regexp=^core\\.*\\d*$ regexp=^core\\.*\\d*$

View File

@ -58,6 +58,7 @@
directory=white; directory=white;
executable=brightmagenta; executable=brightmagenta;
symlink=lightgray; symlink=lightgray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=brightblue; special=brightblue;

View File

@ -58,6 +58,7 @@
directory=white; directory=white;
executable=brightmagenta; executable=brightmagenta;
symlink=lightgray; symlink=lightgray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=brightblue; special=brightblue;

View File

@ -59,6 +59,7 @@
directory=white; directory=white;
executable=brightgreen; executable=brightgreen;
symlink=lightgray; symlink=lightgray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=black; special=black;

View File

@ -58,6 +58,7 @@
directory=white; directory=white;
executable=brightgreen; executable=brightgreen;
symlink=lightgray; symlink=lightgray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=black; special=black;

View File

@ -60,6 +60,7 @@
directory=white; directory=white;
executable=brightgreen; executable=brightgreen;
symlink=lightgray; symlink=lightgray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=black; special=black;

View File

@ -55,6 +55,7 @@
directory=brightcyan; directory=brightcyan;
executable=brightgreen; executable=brightgreen;
symlink=red; symlink=red;
hardlink=
stalelink=yellow;blue stalelink=yellow;blue
device=green; device=green;
special=brightblue; special=brightblue;

View File

@ -49,6 +49,7 @@
directory=blue; directory=blue;
executable=brightgreen; executable=brightgreen;
symlink=gray; symlink=gray;
hardlink=
stalelink=brightred; stalelink=brightred;
device=brightmagenta; device=brightmagenta;
special=gray; special=gray;

View File

@ -102,6 +102,7 @@
directory= directory=
executable=rgb030 executable=rgb030
symlink=rgb202 symlink=rgb202
hardlink=
# 404 Not Found :) # 404 Not Found :)
stalelink=rgb404 stalelink=rgb404
device=rgb231 device=rgb231

View File

@ -100,6 +100,7 @@
directory=;;bold directory=;;bold
executable=color114 executable=color114
symlink=color180 symlink=color180
hardlink=
stalelink=rgb404 stalelink=rgb404
device=rgb231 device=rgb231
special=rgb331 special=rgb331

View File

@ -31,6 +31,7 @@ context default
keyword SPECIAL brightred keyword SPECIAL brightred
keyword STALE_LINK brightred keyword STALE_LINK brightred
keyword SYMLINK brightred keyword SYMLINK brightred
keyword HARDLINK brightred
context linestart # \n brown context linestart # \n brown