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
@@ -18,6 +18,7 @@ TEXT_CONTENT_TYPES = {
".yaml": "text/yaml",
".json": "application/json",
".js": "text/javascript",
".py": "text/x-python",
".css": "text/css",
".html": "text/html",
}