feat: add - < > to non word chars list
This commit is contained in:
parent
cf2b9c76ed
commit
c282398d6e
1 changed files with 3 additions and 0 deletions
|
@ -1622,6 +1622,9 @@ pub const Editor = struct {
|
|||
'|' => true,
|
||||
'?' => true,
|
||||
'&' => true,
|
||||
'-' => true,
|
||||
'<' => true,
|
||||
'>' => true,
|
||||
else => false,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue