feat(editor): add '&' to non-word character list
This commit is contained in:
parent
73f7025277
commit
5164164fd7
1 changed files with 1 additions and 0 deletions
|
@ -1529,6 +1529,7 @@ pub const Editor = struct {
|
||||||
';' => true,
|
';' => true,
|
||||||
'|' => true,
|
'|' => true,
|
||||||
'?' => true,
|
'?' => true,
|
||||||
|
'&' => true,
|
||||||
else => false,
|
else => false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue