diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval/func.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
