aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/snapshots/highlight_strings.html
Commit message (Expand)AuthorAgeFilesLines
* Add default color and opacity for documentation and injected, respectively, i...Paul Daniel Faria2020-06-231-0/+2
* Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-171-1/+6
* Syntactic highlighting of NAME_REF for injectionsLeander Tentrup2020-06-151-0/+1
* Better unsafe highlihgting testsAleksey Kladov2020-06-081-1/+2
* Fix bug in lexer for format specifier where the `type` and `width` were not c...Leander Tentrup2020-06-071-1/+1
* Add highlight support for unsafe fn calls and raw ptr derefPaul Daniel Faria2020-06-021-0/+1
* Test case for format string highlighting of closing curlybraceRoland Ruckerbauer2020-05-301-0/+1
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+1
* Highlight the name in macro declarationsMatthew Jasper2020-05-101-2/+2
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-281-35/+36
* Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-221-0/+5
* Implement syntax highlighting for format stringsLeander Tentrup2020-04-201-0/+77