MyNixOS website logo
option

programs.mc.fileHighlightSettings

Settings for mc/filehighlight.ini file. This setting completely replaces the default /etc/mc/filehighlight.ini.

Midnight Commander does not merge this file with the system default, so you should copy the original if you want to preserve default behavior and add your changes there.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  lua = {
    extensions = "lua;luac";
  };
}