psc-ide-0.3.0.0: Language support for the PureScript programming language

Safe HaskellNone
LanguageHaskell2010

PureScript.Ide.Matcher

Synopsis

Documentation

flexMatcher :: Text -> Matcher Source

Matches any occurence of the search string with intersections | | The scoring measures how far the matches span the string where | closer is better. | Examples: | flMa matches flexMatcher. Score: 14.28 | sons matches sortCompletions. Score: 6.25