Issue Description
When writing comments or documentation, non-ASCII characters (such as certain characters from Chinese, Japanese, or other languages) are incorrectly identified and flagged as spelling errors.
Ignoring non-ASCII characters or single-character words in the spell checker may helpful to resolve these false positives.
Operating System
Linux (Arch)
Editor
Zed
Codebook Version
No response
Configuration
Steps to Reproduce
- Write some non-ASCII characters (e.g. "简体中文").
Expected Behavior
These characters should be ignored by spell checker.
Actual Behavior
These characters incorrectly identified and flagged as spelling errors.
Code Sample
// 简体中文
// 繁體中文
// にほんご
// ภาษาไทย
// 한국어
// Tiếng Việt
Log Output
Additional Context
No response
Issue Description
When writing comments or documentation, non-ASCII characters (such as certain characters from Chinese, Japanese, or other languages) are incorrectly identified and flagged as spelling errors.
Ignoring non-ASCII characters or single-character words in the spell checker may helpful to resolve these false positives.
Operating System
Linux (Arch)
Editor
Zed
Codebook Version
No response
Configuration
Steps to Reproduce
Expected Behavior
These characters should be ignored by spell checker.
Actual Behavior
These characters incorrectly identified and flagged as spelling errors.
Code Sample
Log Output
Additional Context
No response