aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/highlight.rs
Commit message (Expand)AuthorAgeFilesLines
* Show whether a binding is mutable or not on hoverLukas Wirth2021-03-091-2/+3
* Move SymbolKind to ide_dbLukas Wirth2021-01-201-2/+2
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-13/+9
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-28/+11
* Merge #6238bors[bot]2021-01-101-3/+14
|\
| * Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-3/+14
* | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-3/+5
|/
* Refactor highlightingAleksey Kladov2021-01-091-0/+517