feat: conf toegevoegd

This commit is contained in:
kodi
2026-03-14 15:12:35 +01:00
parent 8af4b1a6b0
commit 3fb8528b0e
10 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1985,7 +1985,7 @@ function isEditableSelection(item) {
if (lower === "dockerfile" || lower === "containerfile") {
return true;
}
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".py", ".css", ".html"].some((suffix) => lower.endsWith(suffix));
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".py", ".css", ".html", ".conf"].some((suffix) => lower.endsWith(suffix));
}
function formatBinarySize(bytes) {