fix: add '!' to non word chars

This commit is contained in:
CJ van den Berg 2024-12-10 09:49:05 +01:00
parent 03490a7f00
commit 132518d1ba
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1620,6 +1620,7 @@ pub const Editor = struct {
']' => true,
';' => true,
'|' => true,
'!' => true,
'?' => true,
'&' => true,
'-' => true,