MyNixOS website logo

Filetype database for vivid. You can find an example config at: https://github.com/sharkdp/vivid/blob/master/config/filetypes.yml.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  text = {
    licenses = [
      "LICENCE"
      "COPYRIGHT"
    ];
    special = [
      "CHANGELOG.md"
      "CODE_OF_CONDUCT.md"
      "CONTRIBUTING.md"
    ];
    todo = [
      "TODO.md"
      "TODO.txt"
    ];
  };
}