mirror of https://github.com/lapce/lapce.git
Better explain intent
This commit is contained in:
parent
7493dffd9b
commit
41bbd27ab8
|
@ -152,7 +152,7 @@ pub fn from(map: HashMap<String, Color>) -> Self {
|
||||||
style.insert(stripped.to_string(), value.clone());
|
style.insert(stripped.to_string(), value.clone());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keep styles in the other map, so it's easier to transition
|
// Keep styles in the other map, so they can still be looked up by their full paths.
|
||||||
other.insert(key, value);
|
other.insert(key, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue