From 0a15b379bb35f567af601fbd2b7cc3402508a80d Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Mon, 28 Apr 2025 19:15:29 +0800 Subject: [PATCH] add zeditor support --- .zed/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..f2bd701 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,5 @@ +{ + "file_types": { + "C++": ["cxxm"] + } +}