Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1# Prevent GitHub from displaying comments within JSON files as errors. 2*.json linguist-language=JSON-with-Comments 3 4# Ensure the WSL script always has LF line endings, even on Windows 5crates/zed/resources/windows/zed.sh text eol=lf