mirror of https://github.com/helix-editor/helix
parent
407b37c327
commit
6254720f53
|
@ -199,7 +199,7 @@ fn categorize(ch: char) -> Category {
|
||||||
} else if ch.is_ascii_punctuation() {
|
} else if ch.is_ascii_punctuation() {
|
||||||
Category::Punctuation
|
Category::Punctuation
|
||||||
} else {
|
} else {
|
||||||
unreachable!()
|
unreachable!("unknown '{}' character category", ch)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue