aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/snapshots/rainbow_highlighting.html
Commit message (Collapse)AuthorAgeFilesLines
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-281-9/+9
|
* Fix highlighting testAleksey Kladov2020-02-281-12/+14
|
* Fix html testsAleksey Kladov2020-02-271-7/+7
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-6/+6
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* Add module colors to cssAleksey Kladov2020-02-161-0/+1
|
* Implement Syntax Highlight inside MacroEdwin Cheng2020-01-201-6/+6
|
* Drop support for legacy colorizationAleksey Kladov2019-12-311-3/+3
|
* Improve highlighting testAleksey Kladov2019-12-201-0/+1
|
* Fix highlighting token namesAleksey Kladov2019-12-171-1/+1
|
* fixed rainbow-highlighting testOmer Ben-Amram2019-12-151-0/+2
|
* Rename GenericParam -> TypeParamAleksey Kladov2019-12-071-0/+1
| | | | We don't have LifetimeParam yet, but they are planned!
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+33