Skip to content

Commit

Permalink
fix: added built-in functions to FunctionMap
Browse files Browse the repository at this point in the history
Signed-off-by: Rushikesh Tote <rushi.tote@gmail.com>
  • Loading branch information
rushitote committed Aug 26, 2021
1 parent 84ade15 commit 54c50b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/FunctionMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ local FunctionMap = {
["keyMatch"] = BuiltInFunctions.keyMatchFunc,
["keyGet"] = BuiltInFunctions.keyGetFunc,
["keyMatch2"] = BuiltInFunctions.keyMatch2Func,
["keyGet2"] = BuiltInFunctions.keyGet2Func,
["keyMatch3"] = BuiltInFunctions.keyMatch3Func,
["keyMatch4"] = BuiltInFunctions.keyMatch4Func,
["regexMatch"] = BuiltInFunctions.regexMatchFunc,
["IPMatch"] = BuiltInFunctions.IPMatchFunc,
["globMatch"] = BuiltInFunctions.globMatch
}

Expand Down

0 comments on commit 54c50b6

Please sign in to comment.