mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 15:18:23 +02:00
commit
872be8a731
@ -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…
x
Reference in New Issue
Block a user