aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/highlight.rs
Commit message (Expand)AuthorAgeFilesLines
* Address commentshi-rustin2021-05-141-3/+3
* Apply async semantic token modifier to async/await keywordshi-rustin2021-05-141-0/+7
* Fixed formattingBastian Kersting2021-04-261-1/+1
* Added mutable semantic token modifier for &mut self methodsBastian Kersting2021-04-261-2/+7
* Simplify highlight token match guardsLukas Wirth2021-04-231-102/+74
* Tag `yield` and `await` as ControlFlow in semantic highlightingLukas Wirth2021-04-231-2/+4
* Fix typo: comparision -> comparisonAdrian Stanciu2021-04-191-1/+1
* Merge #8354bors[bot]2021-04-131-12/+47
|\
| * 8279: Fix the not operator use and test case fix.Chetan Khilosiya2021-04-081-8/+1
| * 8279: Added initial implementation forChetan Khilosiya2021-04-081-12/+54
* | 8024: Added the trait modifier for assoc types.Chetan Khilosiya2021-04-081-2/+12
|/
* 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