aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/tokens.rs
Commit message (Expand)AuthorAgeFilesLines
* Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-221-122/+158
* Apply suggestions from code reviewLeander Tentrup2020-04-221-30/+29
* Implement syntax highlighting for format stringsLeander Tentrup2020-04-201-0/+324
* Add AstElement trait, generate tokens, support tokens in enumsLuca Barbieri2020-04-081-60/+2
* Refactor string literalsAleksey Kladov2020-02-271-60/+74
* Basic injectionsAleksey Kladov2020-02-271-0/+30
* Add ast for plain and raw string literalsAleksey Kladov2019-11-161-10/+85
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-13/+13
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
* fix inner block doc commentsAleksey Kladov2019-04-021-1/+1
* add minimal commentsAleksey Kladov2019-04-021-0/+2
* More future-proof comment kindAleksey Kladov2019-04-021-32/+51
* fix comment namingAleksey Kladov2019-04-021-10/+9
* add ast::tokensAleksey Kladov2019-04-021-0/+93