about summary refs log tree commit diff
path: root/crates/ide/src/syntax_highlighting.rs
AgeCommit message (Expand)AuthorLines
2021-01-09Refactor highlightingAleksey Kladov-527/+33
2021-01-09SimplifyAleksey Kladov-5/+3
2021-01-09SimplifyAleksey Kladov-1/+1
2021-01-09Better namesAleksey Kladov-8/+8
2021-01-09Shorten namesAleksey Kladov-5/+5
2021-01-09Reorder modulesAleksey Kladov-2/+4
2021-01-09Shorten frequent namesAleksey Kladov-129/+110
2021-01-08Simplify highlighting infraAleksey Kladov-186/+8
2021-01-01Add ConstParams to the ide layerLukas Wirth-0/+1
2020-12-24Support labels in reference searchLukas Wirth-4/+15
2020-12-20Align code_model name with ungrammarAleksey Kladov-1/+1
2020-12-19Use more Rustic highlighting specifiersAleksey Kladov-10/+21
2020-12-18Deduplicate highlight tags and symbol kindsAleksey Kladov-47/+54
2020-12-16Lifetime reference searchLukas Wirth-0/+1
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-23/+29
2020-12-04Use METHOD semantic token typeLaurențiu Nicola-5/+10
2020-11-21Add attribute highlight modifier to all tokens inside attributesLukas Wirth-3/+16
2020-11-09Merge #6472bors[bot]-1/+4
2020-11-09Add static semantic token modifier for associated functions with no &selfAnatol Liu-2/+2
2020-11-09. is an operatorAleksey Kladov-1/+3
2020-11-08Add static semantic token modifier for associated functions with no &selfAnatol Liu-1/+1
2020-11-06Kill RAW_ literalsAleksey Kladov-9/+7
2020-11-04Add static semantic token modifier for associated functions with no &selfAnatol Liu-14/+2
2020-11-04Add static semantic token modifier for associated functions with no &selfAnatol Liu-0/+15
2020-11-02Remove more unreachable pubsAleksey Kladov-4/+5
2020-10-26Highlight never type as BuiltinTypeLukas Wirth-0/+3
2020-10-25Fix unary minus highlightingLukas Wirth-1/+8
2020-10-16Add Callable modifier for variables that implements FnonceGrayJack-1/+1
2020-10-16Add HighlightModifier::Callable and add it for localsGrayJack-0/+3
2020-10-15More idiomatic classification APIAleksey Kladov-3/+3
2020-10-15More clarificationsAleksey Kladov-2/+2
2020-10-15Unconfuse expression and pattern field init shorthandsAleksey Kladov-1/+1
2020-10-14Default::default the highlightersLukas Wirth-3/+3
2020-10-14Factor macro_rules! highlighting outLukas Wirth-117/+18
2020-10-14Factor format string highlighting outLukas Wirth-75/+8
2020-10-10Skip macro matcher fragment name semantic highlightingLukas Wirth-3/+115
2020-09-06Fix handling of consuming self, refactor shared logic into a single functionPaul Daniel Faria-29/+33
2020-09-06Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria-2/+39
2020-08-22Merge #5823bors[bot]-6/+0
2020-08-21:arrow_up: ungrammarAleksey Kladov-1/+2
2020-08-19Don't underline function definition if self is &mutAleksey Kladov-6/+0
2020-08-19Remove dead codeAleksey Kladov-25/+15
2020-08-19Apply couple of rule of thumbs to simplify highlighting codeAleksey Kladov-19/+16
2020-08-19Inline trivial functionAleksey Kladov-8/+6
2020-08-19SimplifyAleksey Kladov-9/+4
2020-08-19MinorAleksey Kladov-2/+1
2020-08-19Minor cleanupsAleksey Kladov-1/+1
2020-08-19Better nameAleksey Kladov-4/+4
2020-08-19Better API factoring around self access modesAleksey Kladov-10/+16
2020-08-19Add SelfParam to code_modelAleksey Kladov-12/+8