mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Ticket #3375: make hardlink highlighted by file type or extension.
filehighlight.ini: move [hardlink] section to the bottom of the file. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
83d4966807
commit
ce9eb8f7d1
@ -16,9 +16,6 @@
|
||||
[symlink]
|
||||
type=SYMLINK
|
||||
|
||||
[hardlink]
|
||||
type=HARDLINK
|
||||
|
||||
[core]
|
||||
regexp=^core\\.*\\d*$
|
||||
extensions_case=true
|
||||
@ -44,3 +41,7 @@
|
||||
|
||||
[database]
|
||||
extensions=cdx;dat;db;dbf;dbi;dbx;fox;mdb;mdn;mdx;msql;mssql;pgsql;sql;ssql
|
||||
|
||||
# Hardlinks have lowest precenence to make it colored by file type or extension
|
||||
[hardlink]
|
||||
type=HARDLINK
|
||||
|
Loading…
Reference in New Issue
Block a user