add zeditor support

This commit is contained in:
ulic-youthlic 2025-04-28 19:15:29 +08:00
parent bbc9936aba
commit 0a15b379bb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

5
.zed/settings.json Normal file
View file

@ -0,0 +1,5 @@
{
"file_types": {
"C++": ["cxxm"]
}
}