From ce9eb8f7d1e91b71b926ad4fda8021472670f153 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sun, 9 May 2021 20:53:59 +0300 Subject: [PATCH] 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 --- misc/filehighlight.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/filehighlight.ini b/misc/filehighlight.ini index 4c167297e..b2731d756 100644 --- a/misc/filehighlight.ini +++ b/misc/filehighlight.ini @@ -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