From 46aace78ac4ac1c075b9b1670dbb7372df1a0a82 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 May 2023 14:39:47 +0200 Subject: Search keywords --- src/eval/func.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/eval') diff --git a/src/eval/func.rs b/src/eval/func.rs index a8afa36d..75231fc9 100644 --- a/src/eval/func.rs +++ b/src/eval/func.rs @@ -249,6 +249,8 @@ pub struct FuncInfo { pub name: &'static str, /// The display name of the function. pub display: &'static str, + /// A string of keywords. + pub keywords: Option<&'static str>, /// Documentation for the function. pub docs: &'static str, /// Details about the function's parameters. -- cgit v1.2.3