···109109 end)
110110end
111111112112+--- the default sorter provides support for pattern matching. a `/.../` match
113113+--- at the start of the input will limit the fuzzy sorter to items matching the
114114+--- pattern. if you want to use `/.../` in your fuzzy matches, make sure to
115115+--- escape it by starting the input with an empty space (` /.../`). fuzzy
116116+--- sorting will be done on the input with the pattern removed.
112117---@type artio.Picker.sorter
113118artio.sorter = artio.mergesorters("intersect", artio.pattern_sorter, function(lst, input)
114119 input = string.gsub(input, "^/[^/]*/", "")