mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 04:01:51 +02: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" => "°",
|
"deg" => "°",
|
||||||
"floor" => "⌊⌋",
|
"floor" => "⌊⌋",
|
||||||
"ceil" => "⌈⌉",
|
"ceil" => "⌈⌉",
|
||||||
|
"(" => "()",
|
||||||
|
"sum" => "Σ",
|
||||||
};
|
};
|
||||||
|
|
||||||
impl Completer for RLHelper {
|
impl Completer for RLHelper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user