fix: add '!' to non word chars
This commit is contained in:
parent
03490a7f00
commit
132518d1ba
1 changed files with 1 additions and 0 deletions
|
@ -1620,6 +1620,7 @@ pub const Editor = struct {
|
||||||
']' => true,
|
']' => true,
|
||||||
';' => true,
|
';' => true,
|
||||||
'|' => true,
|
'|' => true,
|
||||||
|
'!' => true,
|
||||||
'?' => true,
|
'?' => true,
|
||||||
'&' => true,
|
'&' => true,
|
||||||
'-' => true,
|
'-' => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue