about summary refs log tree commit diff
path: root/crates/ide/src/syntax_highlighting
AgeCommit message (Expand)AuthorLines
2021-01-20Move SymbolKind to ide_dbLukas Wirth-4/+5
2021-01-20.Aleksey Kladov-2/+2
2021-01-15Wrap remaining self/super/crate in Name{Ref}Lukas Wirth-13/+9
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-44/+27
2021-01-13Use upstream TextSize APIAleksey Kladov-15/+3
2021-01-10Merge #7239bors[bot]-1/+1
2021-01-10Replace SyntaxKind usage with T! macro where applicableLukas Wirth-1/+1
2021-01-10Fix typo, parentheses is pluralLaurențiu Nicola-133/+133
2021-01-10Merge #6238bors[bot]-302/+345
2021-01-10Split punctuation semantic highlighting up into more tagsLukas Wirth-302/+345
2021-01-10Merge #7206 #7231bors[bot]-10/+13
2021-01-10Cleaner APIAleksey Kladov-7/+8
2021-01-10Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth-3/+5
2021-01-10Replace state with functionAleksey Kladov-46/+36
2021-01-09Refactor highlightingAleksey Kladov-1/+518
2021-01-09SimplifyAleksey Kladov-81/+49
2021-01-09Better highlight for fixturesAleksey Kladov-2/+6
2021-01-09SimplifyAleksey Kladov-51/+27
2021-01-09Better namesAleksey Kladov-15/+16
2021-01-09Reduce duplicationAleksey Kladov-7/+5
2021-01-09Shorten namesAleksey Kladov-55/+38
2021-01-09Shorten frequent namesAleksey Kladov-81/+81
2021-01-09Rename dummy -> noneAleksey Kladov-15/+15
2021-01-08Simplify highlighting infraAleksey Kladov-88/+260
2021-01-07Better fixture highlightAleksey Kladov-4/+119
2021-01-01Formatting.Mara Bos-2/+11
2021-01-01Add support for Rust 2021.Mara Bos-1/+1
2021-01-01Add ConstParams to the ide layerLukas Wirth-0/+9
2020-12-24Support labels in reference searchLukas Wirth-0/+20
2020-12-19Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov-36/+39
2020-12-19Clarify the meaning of no-op highlight tagAleksey Kladov-14/+13
2020-12-19Use more Rustic highlighting specifiersAleksey Kladov-35/+40
2020-12-18Deduplicate highlight tags and symbol kindsAleksey Kladov-45/+37
2020-12-15Make macro def krate mandatoryJonas Schievink-1/+7
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-7/+7
2020-12-04Use METHOD semantic token typeLaurențiu Nicola-32/+34
2020-11-21Add attribute highlight modifier to all tokens inside attributesLukas Wirth-7/+7
2020-11-15format string highlighting: handle hex + debug type specifierRoland Ruckerbauer-0/+4
2020-11-09Merge #6472bors[bot]-2/+90
2020-11-09. is an operatorAleksey Kladov-27/+27
2020-11-06SimplifyAleksey Kladov-1/+0
2020-11-06Kill RAW_ literalsAleksey Kladov-4/+2
2020-11-04Add static semantic token modifier for associated functions with no &selfAnatol Liu-2/+90
2020-10-27Merge #6379bors[bot]-0/+12
2020-10-26Highlight never type as BuiltinTypeLukas Wirth-0/+12
2020-10-26Fix testGrayJack-158/+158
2020-10-26Add test to avoid regressionGrayJack-153/+165
2020-10-25Fix unary minus highlightingLukas Wirth-0/+6
2020-10-24Re-export base_db from ide_dbIgor Aleksanov-1/+1
2020-10-24Make call_info a part of ide_dbIgor Aleksanov-1/+1