ZIm/crates/zed
Chase Weaver cf3b4b0ba7
Fix: Comment shortcut in Svelte files now respects if the line(s) are HTML vs JS/TS (#5860)
Release Notes:

- Fixed: When using the comment shortcut, previously HTML or JS/TS would
all prefix lines with `// `. This PR brings the comments inline with
what is expected (`// ` for JS/TS, `<!-- ... -->` for HTML). Fixes
[#4578](https://github.com/zed-industries/zed/issues/4578).
2024-01-24 12:24:49 -08:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Resize Nightly icons to same scale as Stable/Preview 2024-01-20 17:27:37 +01:00
src Fix: Comment shortcut in Svelte files now respects if the line(s) are HTML vs JS/TS (#5860) 2024-01-24 12:24:49 -08:00
build.rs chore: Fix spurious rebuilds of Zed library and binary (#3952) 2024-01-08 20:46:35 +01:00
Cargo.toml Replace tempdir crate with tempfile 2024-01-24 17:58:09 +00:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00