fix: Add @ to non_word characters
This commit is contained in:
parent
4b3e71408a
commit
124cbcbe5f
1 changed files with 1 additions and 0 deletions
|
|
@ -2252,6 +2252,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