filehighlight.txt 764 B

123456789101112131415161718192021222324252627282930
  1. Main section [filehighlight] contain key names as highlight groups and values as color pairs
  2. color pair described as 'foreground;background'. 'background' may be omited.
  3. other sections describe filegroup of highlight.
  4. Keys in these groups:
  5. type
  6. - file type. if present, all other option ignored;
  7. regexp
  8. - regular expression. If present, 'extensions' option ignored;
  9. extensions
  10. - list of extensions of files. Separated by ';' sign.
  11. 'type' key may have values:
  12. - FILE - all files.
  13. - FILE_EXE
  14. - DIR - all directoryes
  15. - LINK_DIR
  16. - LINK (all links except stale link)
  17. - HARDLINK
  18. - SYMLINK
  19. - STALE_LINK
  20. - DEVICE (all device files)
  21. - DEVICE_BLOCK
  22. - DEVICE_CHAR
  23. - SPECIAL (all special files)
  24. - SPECIAL_SOCKET
  25. - SPECIAL_FIFO
  26. - SPECIAL_DOOR