fix: Add @ to non_word characters

This commit is contained in:
Igor Támara 2025-11-11 17:19:14 -05:00 committed by CJ van den Berg
parent 4b3e71408a
commit 124cbcbe5f

View file

@ -2252,6 +2252,7 @@ pub const Editor = struct {
'!' => true,
'?' => true,
'&' => true,
'@' => true,
'-' => true,
'<' => true,
'>' => true,