aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0061_record_lit.rast
Commit message (Collapse)AuthorAgeFilesLines
* Update test dataAleksey Kladov2020-05-021-113/+112
|
* Convert tests to text-sizeAleksey Kladov2020-04-251-125/+125
|
* Make records grammar more orthogonalAleksey Kladov2020-04-111-4/+10
| | | | | | | | | | | | We used name [: expr] grammar before, now it is [name :] expr which makes things simpler
* Rename some tokensAleksey Kladov2020-04-101-6/+6
|
* Migrate tests .txt -> .rastveetaha2020-04-061-0/+119
The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files.