mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 15:43:38 +00:00
f98d636203
Release Notes: - Added bash syntax highlighting to `.env` files. - Added a `private_files` setting for configuring which files should be considered to contain environment variables or other sensitive information. - Added a `redact_private_values` setting to add or remove censor bars over variable values in files matching the `private_files` patterns. -(internal) added a new `redactions.scm` query to our language support, allowing different config file formats to indicate where environment variable values can be identified in the syntax tree, added this query to `bash`, `json`, `toml`, and `yaml` files. --------- Co-authored-by: Nathan <nathan@zed.dev>
6 lines
61 B
JSON
6 lines
61 B
JSON
{
|
|
"JSON": {
|
|
"tab_size": 4
|
|
},
|
|
"formatter": "auto"
|
|
}
|