Closed philschatz closed 10 years ago
match(string, query) returns a list of strings showing the matched characters of the form [unmatched1, matched1, unmatched2, matched2, ..., unmatchedN] and is used to highlight matches in the fuzzy-finder.
match(string, query)
[unmatched1, matched1, unmatched2, matched2, ..., unmatchedN]
This is related to https://github.com/atom/fuzzy-finder/pull/39
Screenshot:
Animated:
:sparkles: :+1: :sparkles:
Not at all; updated!
Thanks for this
I published this as 1.2.0, thanks again
1.2.0
match(string, query)
returns a list of strings showing the matched characters of the form[unmatched1, matched1, unmatched2, matched2, ..., unmatchedN]
and is used to highlight matches in the fuzzy-finder.This is related to https://github.com/atom/fuzzy-finder/pull/39
Screenshot:
Animated: