canola.nvim/doc
Barrett Ruth 41556ec87f
feat: add highlight for executable files
Problem: executable files were visually indistinguishable from regular
files in oil buffers.

Solution: add OilExecutable highlight group (linked to DiagnosticOk)
that detects executables via Unix permission bits (S_IXUSR|S_IXGRP|
S_IXOTH) and Windows executable extensions (.exe, .bat, .cmd, .com,
.ps1). Applied to both regular files and symlink targets.

Based on: stevearc/oil.nvim#698
Closes stevearc/oil.nvim#679
2026-02-20 20:26:07 -05:00
..
api.md [docgen] Update docs 2026-02-20 21:33:22 +00:00
oil.txt feat: add highlight for executable files 2026-02-20 20:26:07 -05:00
recipes.md docs: add recipe for custom file extension column 2026-02-20 16:16:49 -05:00