aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/snapshots
Commit message (Expand)AuthorAgeFilesLines
* Add self keyword semantic token typeLaurențiu Nicola2020-05-251-4/+4
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-244-1/+5
* Color attribute functionsGeorge Fraser2020-05-191-1/+1
* Color `for` as a regular keyword when it's part of impl _ for _George Fraser2020-05-101-0/+10
* Color `in` as a control keywordGeorge Fraser2020-05-101-0/+4
* Highlight the name in macro declarationsMatthew Jasper2020-05-102-3/+5
* Highlight mutable statics as mutableMatthew Jasper2020-05-101-1/+4
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-284-35/+39
* Merge #3998 #4006bors[bot]2020-04-241-0/+82
|\
| * 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
* | Add semantic tag for unresolved referencesAleksey Kladov2020-04-182-6/+6
|/
* Simplify HTML highlighter and add test case for highlight_injection logicLeander Tentrup2020-04-062-5/+44
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-282-30/+29
* Fix highlighting of const patternsAleksey Kladov2020-02-281-4/+11
* Fix highlighting testAleksey Kladov2020-02-282-38/+42
* Fix html testsAleksey Kladov2020-02-272-33/+33
* Refactor primary IDE APIAleksey Kladov2020-02-261-6/+6
* Add module colors to cssAleksey Kladov2020-02-162-0/+2
* Implement Syntax Highlight inside MacroEdwin Cheng2020-01-202-6/+16
* Drop support for legacy colorizationAleksey Kladov2019-12-312-6/+6
* Fix highlighting for field init shorthandAleksey Kladov2019-12-201-1/+1
* Improve highlighting testAleksey Kladov2019-12-202-1/+4
* Fix highlighting token namesAleksey Kladov2019-12-172-2/+2
* fixed rainbow-highlighting testOmer Ben-Amram2019-12-151-0/+2
* removed `type.alias`Omer Ben-Amram2019-12-141-12/+14
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-0/+1
* Get the right analyzer for implsAleksey Kladov2019-12-071-0/+9
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-272-0/+81