mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Port changes from #3154 to zed2
This commit is contained in:
parent
67ecc2fe04
commit
ba189f2af1
1 changed files with 1 additions and 1 deletions
|
@ -331,8 +331,8 @@ pub(crate) struct DiagnosticEndpoint {
|
||||||
|
|
||||||
#[derive(Copy, Clone, Eq, PartialEq, PartialOrd, Ord, Debug)]
|
#[derive(Copy, Clone, Eq, PartialEq, PartialOrd, Ord, Debug)]
|
||||||
pub enum CharKind {
|
pub enum CharKind {
|
||||||
Punctuation,
|
|
||||||
Whitespace,
|
Whitespace,
|
||||||
|
Punctuation,
|
||||||
Word,
|
Word,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue