mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:55:42 +02:00
Remove unused FlatShape
s And
/Or
(#14476)
# Description This removes the need for the `shape_and` and `shape_or` entries in the themes. We did not color those underlying FlatShapes or operators differently. Closes #14372 # User-Facing Changes Our theme handling currently doesn't reject invalid entries so should not cause an error. The non-functional nature was already documented.
This commit is contained in:
committed by
GitHub
parent
6bc695f251
commit
acca56f77c
@ -576,7 +576,6 @@ impl LanguageServer {
|
||||
}
|
||||
Id::Value(shape) => {
|
||||
let hover = String::from(match shape {
|
||||
FlatShape::And => "and",
|
||||
FlatShape::Binary => "binary",
|
||||
FlatShape::Block => "block",
|
||||
FlatShape::Bool => "bool",
|
||||
|
Reference in New Issue
Block a user