Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zed ignores wordPattern within LinkedEditingRange returned by language server #23286

Open
1 task done
paulbutcher opened this issue Jan 17, 2025 · 0 comments
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

Comments

@paulbutcher
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

LinkedEditingRange includes a wordPattern 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants