vcom/internal/fs
vrubelroman 22af43acd7 fix: open more text file types in editor (nvim)
Expand textExtensions with many missing common text file extensions
(.lua, .rb, .vue, .svelte, .dart, .tex, .scala, .lisp, and many more).

Add textFilenames list for well-known text files without a meaningful
extension (Makefile, Dockerfile, README, LICENSE, .gitignore, etc.)
so they open in the editor via handleEdit() instead of falling back
to xdg-open via handleOpenExternal().
2026-04-27 14:23:29 +03:00
..
archive.go Add archive-as-folder navigation and extraction copy flow 2026-04-24 15:14:05 +03:00
entry.go fix: open more text file types in editor (nvim) 2026-04-27 14:23:29 +03:00
ops.go Add F2 rename flow and improve modal key hints 2026-04-24 13:15:04 +03:00
ops_test.go Add F2 rename flow and improve modal key hints 2026-04-24 13:15:04 +03:00
preview.go Refine image preview integration 2026-04-24 22:09:54 +03:00
scan.go Refine mouse interactions and info pane UX 2026-04-22 22:50:30 +03:00