aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/syntax_node
Commit message (Collapse)AuthorAgeFilesLines
* move all parsing related bits to a separate moduleAleksey Kladov2019-02-201-41/+0
|
* Enable parsing of attributes inside a match blockVille Penttinen2019-02-171-0/+4
| | | | | | | We allow invalid inner attributes to be parsed, e.g. inner attributes that are not directly after the opening brace of the match block. Instead we run validation on `MatchArmList` to allow better reporting of errors.
* rename yellow -> syntax_nodeAleksey Kladov2019-02-123-0/+327
why yellow in the first place? Its red + green.