mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-08 00:44:40 +01:00
Added completions for sum and parenthesis.
This commit is contained in:
parent
995897fc25
commit
8d111d2fe2
@ -92,6 +92,8 @@ const COMPLETION_FUNCS: phf::Map<&'static str, &'static str> = phf::phf_map! {
|
||||
"deg" => "°",
|
||||
"floor" => "⌊⌋",
|
||||
"ceil" => "⌈⌉",
|
||||
"(" => "()",
|
||||
"sum" => "Σ",
|
||||
};
|
||||
|
||||
impl Completer for RLHelper {
|
||||
|
Loading…
Reference in New Issue
Block a user