aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/highlight.rs
Commit message (Expand)AuthorAgeFilesLines
* 8024: Fix for function name change.Chetan Khilosiya2021-03-301-2/+2
* 8024: Updated the implementation for trait modifier.Chetan Khilosiya2021-03-301-9/+19
* 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-301-1/+18
* 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