rust-analyzer/crates/ra_ide_api
Ville Penttinen 16ecd276f0 Implement syntax tree support for syntax inside string
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.
2019-03-04 09:02:01 +02:00
..
src Implement syntax tree support for syntax inside string 2019-03-04 09:02:01 +02:00
tests/test Implement syntax tree support for syntax inside string 2019-03-04 09:02:01 +02:00
Cargo.toml Fix typo in Cargo.toml authors 2019-02-11 10:20:04 +02:00