Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always show token text | Aleksey Kladov | 2019-04-02 | 1 | -84/+85 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -14/+19 |
| | |||||
* | Move ra_ide_api unit tests | Wilco Kusee | 2019-03-25 | 1 | -0/+257 |
| | |||||
* | Allow syntax strings to contain test markers | Ville Penttinen | 2019-03-04 | 1 | -1/+3 |
| | | | | | We simply remove all the CUSTOM_MARKERS before attempting to parse the file. This allows for the syntax selection to work with most of the test strings. | ||||
* | Implement syntax tree support for syntax inside string | Ville Penttinen | 2019-03-04 | 1 | -0/+85 |
This allows us to select a string or portions of it and try parsing it as rust syntax. This is mostly helpful when developing tests where the test itself contains some rust syntax as a string. |