diff options
author | HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com> | 2024-09-10 13:54:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 12:54:43 +0200 |
commit | 3f6afd19472c7a13f21b1083d80a563d9359a7ab (patch) | |
tree | 4dbc5f9deff1ca11c476fbaa9fe11a0853c35c45 /cli/tools | |
parent | c4d088863e93b70fa0729f326ad14376ca90b0a6 (diff) |
fix: update malva in deno to support astro css comments (#25553)
This PR addresses issue #25534
**Code Changes**
- Updated malva version to the latest in cli/Cargo.toml.
- Updated LanguageOptions to match new Malva config.
- Added test case same as the issue to assure changes success.
Diffstat (limited to 'cli/tools')
-rw-r--r-- | cli/tools/fmt.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/fmt.rs b/cli/tools/fmt.rs index feb716100..2b8beda37 100644 --- a/cli/tools/fmt.rs +++ b/cli/tools/fmt.rs @@ -907,6 +907,7 @@ fn get_resolved_malva_config( }; let language_options = LanguageOptions { + align_comments: true, hex_case: HexCase::Lower, hex_color_length: None, quotes: if let Some(true) = options.single_quote { |