ZIm/crates/zed/src
Mikayla Maki f98d636203
WIP: Add a setting to visually redact enviroment variables (#7124)
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>
2024-01-31 11:42:09 -08:00
..
languages WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
app_menus.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
languages.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
main.rs Use mimalloc as default allocator (#7140) 2024-01-31 09:50:37 -08:00
only_instance.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00
open_listener.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00
zed.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00