mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
32f11dfa00
Follow-up of https://github.com/zed-industries/zed/pull/12095#issuecomment-2123230762 reverting back part of https://github.com/zed-industries/zed/pull/11558 that was related to `language.toml` parsing. Now all extensions that define `prettier_parser_name` in their language configs, will enable formatting untitled buffers without any extra language settings like ```json { "languages": { "JSON": { "prettier": { "allowed": true, "parser": "json" } } } } ``` Release Notes: - Improved ergonomics of untitled buffer formatting with prettier, no extra language settings are needed by default. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |