about summary refs log tree commit diff
path: root/crates/rust-analyzer/src/semantic_tokens.rs
AgeCommit message (Expand)AuthorLines
2022-03-05Fix highlighting of `Self`Lukas Wirth-0/+1
2022-01-02internal: Handle macro calls better in highlightingLukas Wirth-0/+1
2021-12-04Introduce SymbolKind::DeriveLukas Wirth-0/+1
2021-12-04Introduce SymbolKind::AttributeLukas Wirth-0/+1
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-1/+1
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-0/+1
2021-10-01Add semantic token modifier for crate rootlhvy-0/+1
2021-09-30Fix add missing semantic token modifier in SUPPORTED_MODIFIERSLukas Wirth-0/+1
2021-10-01Remove unneeded semantic token definitionlhvy-1/+0
2021-10-01Give defaultLibrary semantic token modifier to items from standard librarylhvy-8/+9
2021-07-31semantic highlighting: add reference hlmodJake Heinz-0/+1
2021-06-28Resolve attribute paths in attribute highlightingLukas Wirth-0/+1
2021-06-23Add `public` semantic token modifier for public itemsAramis Razzaghipour-0/+1
2021-06-13tree-wide: make rustdoc links spiky so they are clickableJade-1/+1
2021-05-26Document semantic token tagsLukas Wirth-1/+1
2021-05-24Rename ‘foreign’ semantic token modifier to ‘library’Aramis Razzaghipour-1/+1
2021-05-24Add highlighting of items from other cratesAramis Razzaghipour-0/+1
2021-05-17minor: adjust config nameAleksey Kladov-2/+2
2021-05-14Apply async semantic token modifier to async/await keywordshi-rustin-0/+1
2021-04-19Fix typo: comparision -> comparisonAdrian Stanciu-1/+1
2021-04-088279: Added initial implementation forChetan Khilosiya-0/+5
2021-03-318024: Added the trait modifier for methodsChetan Khilosiya-0/+1
2021-03-18Use a highlight modifier for intra doc linksLukas Wirth-1/+1
2021-03-17Semantic highlight intradoclinks in documentationLukas Wirth-3/+4
2021-02-05Add a semantic token type for char literalspetr-tik-0/+1
2021-01-10Split punctuation semantic highlighting up into more tagsLukas Wirth-0/+8
2021-01-01Add ConstParams to the ide layerLukas Wirth-0/+1
2020-12-24Support labels in reference searchLukas Wirth-0/+1
2020-12-01Fix OptionalVersionedTextDocumentIdentifier typekjeremy-1/+1
2020-11-02Remove more unreachable pubsAleksey Kladov-5/+5
2020-10-16Add HighlightModifier::Callable and add it for localsGrayJack-0/+1
2020-09-02Switch to upstream ENUM_MEMBERkjeremy-1/+1
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-1/+0
2020-08-16Add new HighlightModifier variant, ConsumingPaul Daniel Faria-0/+1
2020-07-31Handle semantic token deltaskjeremy-3/+136
2020-07-15Add new `Punctuation` highlight tagLeander Tentrup-0/+1
2020-06-23Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria-1/+1
2020-06-23Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria-2/+3
2020-06-23Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria-0/+1
2020-06-17Syntax highlighting for escape sequences in stringsLeander Tentrup-0/+1
2020-05-25Add self keyword semantic token typeLaurențiu Nicola-0/+1
2020-05-24Highlight `true` and `false` as literalsMatthew Jasper-0/+1
2020-05-18Color attribute functionsGeorge Fraser-0/+1
2020-04-28Make it impossible to forget to add a semantic token type / modifierAleksey Kladov-56/+61
2020-04-28Introduce new semantic highlight token for format specifierLeander Tentrup-0/+2
2020-04-18Add semantic tag for unresolved referencesAleksey Kladov-0/+3
2020-04-06Make control token modifier less ambiguousAleksey Kladov-2/+2
2020-03-30Simplify SemanticTokensBuilder build methodkjeremy-3/+3
2020-03-02lsp-types 0.72kjeremy-3/+0
2020-02-28Cleanup highlighting tagsAleksey Kladov-3/+13