feat: monaco editor toegevoegd voor py bestanden

This commit is contained in:
kodi
2026-03-12 17:28:23 +01:00
parent d12319392f
commit 939a7fd191
8 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ function isEditableSelection(item) {
if (lower === "dockerfile" || lower === "containerfile") {
return true;
}
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".css", ".html"].some((suffix) => lower.endsWith(suffix));
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".py", ".css", ".html"].some((suffix) => lower.endsWith(suffix));
}
function monacoLanguageForName(name) {