From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- .zed/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zed/settings.json (limited to '.zed/settings.json') diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..99ca1e5 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,5 @@ +{ + "file_types": { + "HTML-Jinja": ["html", "jinja.html"], + }, +} -- cgit v1.2.3