mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 19:21:26 +02:00
Added completions for sum and parenthesis.
This commit is contained in:
parent
280654130d
commit
cb1dbada71
@ -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