ZIm/crates/zed
Bennet Bo Fenner 6b598a07d9
chat: fix autocompletion for usernames with dash (#7514)
Github usernames are allowed to contain `-`, but the autocompletion was
not working correctly.
We added `-` as an allowed character for markdown files. We are not
aware of any completions for markdown files, so this should be fine to
add.


Before:

![image](https://github.com/zed-industries/zed/assets/53836821/5b456ed6-3098-48e8-90db-f5f42b4aa535)

After:

![image](https://github.com/zed-industries/zed/assets/53836821/a544f465-0b68-46f5-9a15-83b4c755c3c0)


Release Notes:

- Fixed autocompletion for usernames with dash character in the chat
message editor

Co-authored-by: Remco Smits <62463826+RemcoSmitsDev@users.noreply.github.com>
2024-02-07 12:48:33 -07:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Re-enable language plugin functionality with some fixes (#7105) 2024-01-30 19:59:13 -08:00
src chat: fix autocompletion for usernames with dash (#7514) 2024-02-07 12:48:33 -07:00
build.rs chore: Fix spurious rebuilds of Zed library and binary (#3952) 2024-01-08 20:46:35 +01:00
Cargo.toml v0.123.x dev 2024-02-07 12:19:41 -05:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00