I am experiencing an issue with the Biome-Zed plugin where Thai language text is not being formatted correctly. Specifically, the word "หน้าหลัก" is being changed to "หนาหลก". This is causing readability issues for Thai users.
Steps to Reproduce
Expected Behavior
The text "หน้าหลัก" should remain as it is and not be altered to "หนาหลก".
Actual Behavior
The text "หน้าหลัก" is incorrectly formatted to "หนาหลก".
Environment
Biome-Zed Version: [0.143.7]
Operating System: [macOS with M1 chip]
My Setting
{
"format_on_save": "on",
"lsp": {
"biome": {
"settings": {
"require_config_file": true
}
}
},
"formatter": {
"external": {
"command": "./node_modules/@biomejs/biome/bin/biome",
"arguments": ["format", "--write", "--stdin-file-path", "{buffer_path}"]
}
},
"code_actions_on_format": {
"source.fixAll.biome": true,
"source.organizeImports.biome": true
}
}
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too