-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bun.lock file loss highlighting #27355
Comments
for now you can get highlighting by editing the file_type in your global config file. }
// ...
"file_types": {
"JSONC": ["**/Zed/**/*.json", "**/.vscode/**/*.json", "bun.lock"]
// ...
},
// ...
} |
@UNovak thank you! before that, i knew this would resolve my prob, but i want zed to have this config built-in |
notpeter
pushed a commit
that referenced
this issue
Mar 24, 2025
Closes #27355 This PR treat `bun.lock` file as `.jsonc` note: [bun.lock](https://bun.sh/blog/bun-lock-text-lockfile) is a lockfile of bun.js Release Notes: - Updated `bun.lock` files to be recognized as JSONC.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
bun.lock file loss highlighting, please treat bun.lock file as
.jsonc
Zed Version and System Specs
Zed: v0.178.5 (Zed)
OS: macOS 15.3.2
Memory: 16 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: