mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
Add at
This commit is contained in:
parent
4643c9b3a9
commit
8bf7ea1c6c
@ -518,6 +518,7 @@ fn is_start_bare_char(c: char) -> bool {
|
||||
'/' => true,
|
||||
'_' => true,
|
||||
'-' => true,
|
||||
'@' => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
@ -531,6 +532,7 @@ fn is_bare_char(c: char) -> bool {
|
||||
'/' => true,
|
||||
'_' => true,
|
||||
'-' => true,
|
||||
'@' => true,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user