Zed ignores wordPattern within LinkedEditingRange returned by language server #23286
Open
1 task done
Labels
bug
[core label]
clojure
Clojure programming language support
language server failure
Language server doesn't work as expected
language server
An umbrella label for all language servers
Check for existing issues
Describe the bug / provide steps to reproduce it
LinkedEditingRange
includes awordPattern
which describes valid content for the given ranges. Zed ignores it.There are currently problems with linked editing ranges within Clojure as a result of the fact that Zed does not honour a language extension's
word_characters
setting if it includes the hyphen (-
) character.I thought that I could use
wordPattern
to address this, but am unable to do so because Zed ignores it.Zed Version and System Specs
Zed: v0.169.2 (Zed)
OS: macOS 15.2.0
Memory: 16 GiB
Architecture: aarch64
If applicable, add screenshots or screencasts of the incorrect state / behavior
Screen.Recording.2025-01-17.at.15.26.35.mov
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: