diff options
Diffstat (limited to 'lua/mason-core/installer/registry/expr.lua')
| -rw-r--r-- | lua/mason-core/installer/registry/expr.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/mason-core/installer/registry/expr.lua b/lua/mason-core/installer/registry/expr.lua index 2713fcc4..17307ac2 100644 --- a/lua/mason-core/installer/registry/expr.lua +++ b/lua/mason-core/installer/registry/expr.lua @@ -20,6 +20,9 @@ local FILTERS = { to_upper = _.to_upper, trim = _.trim, trim_start = _.trim_start, + trim_end = _.trim_end, + strip_prefix = _.strip_prefix, + strip_suffix = _.strip_suffix, tostring = tostring, } |
