aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/patterns.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow MINUS at the start of a pattern.Michael Chesser2019-03-141-1/+1
* Introduce pattern_list to parse pipe separated patternsVille Penttinen2019-03-051-0/+16
* move parser to a separate crateAleksey Kladov2019-02-211-0/+248