Merge remote-tracking branch 'elegios/master'
This commit is contained in:
commit
3552152b34
|
@ -435,8 +435,8 @@ Selection select_argument(const Buffer& buffer, const Selection& selection,
|
||||||
auto classify = [](Codepoint c) {
|
auto classify = [](Codepoint c) {
|
||||||
switch (c)
|
switch (c)
|
||||||
{
|
{
|
||||||
case '(': case '[': case '{': case '<': return Opening;
|
case '(': case '[': case '{': return Opening;
|
||||||
case ')': case ']': case '}': case '>': return Closing;
|
case ')': case ']': case '}': return Closing;
|
||||||
case ',': case ';': return Delimiter;
|
case ',': case ';': return Delimiter;
|
||||||
default: return None;
|
default: return None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user