feat: monaco editor toegevoegd voor py bestanden
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user