aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/semantic_tokens.rs
Commit message (Expand)AuthorAgeFilesLines
* Add `public` semantic token modifier for public itemsAramis Razzaghipour2021-06-231-0/+1
* tree-wide: make rustdoc links spiky so they are clickableJade2021-06-141-1/+1
* Document semantic token tagsLukas Wirth2021-05-261-1/+1
* Rename ‘foreign’ semantic token modifier to ‘library’Aramis Razzaghipour2021-05-241-1/+1
* Add highlighting of items from other cratesAramis Razzaghipour2021-05-241-0/+1
* minor: adjust config nameAleksey Kladov2021-05-171-2/+2
* Apply async semantic token modifier to async/await keywordshi-rustin2021-05-141-0/+1
* Fix typo: comparision -> comparisonAdrian Stanciu2021-04-191-1/+1
* 8279: Added initial implementation forChetan Khilosiya2021-04-081-0/+5
* 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-301-0/+1
* Use a highlight modifier for intra doc linksLukas Wirth2021-03-181-1/+1
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-171-3/+4
* Add a semantic token type for char literalspetr-tik2021-02-051-0/+1
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-0/+8
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+1
* Support labels in reference searchLukas Wirth2020-12-241-0/+1
* Fix OptionalVersionedTextDocumentIdentifier typekjeremy2020-12-011-1/+1
* Remove more unreachable pubsAleksey Kladov2020-11-021-5/+5
* Add HighlightModifier::Callable and add it for localsGrayJack2020-10-161-0/+1
* Switch to upstream ENUM_MEMBERkjeremy2020-09-021-1/+1
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-021-1/+0
* Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-161-0/+1
* Handle semantic token deltaskjeremy2020-08-011-3/+136
* Add new `Punctuation` highlight tagLeander Tentrup2020-07-151-0/+1
* Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria2020-06-231-1/+1
* Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria2020-06-231-2/+3
* Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria2020-06-231-0/+1
* Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-171-0/+1
* Add self keyword semantic token typeLaurențiu Nicola2020-05-251-0/+1
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+1
* Color attribute functionsGeorge Fraser2020-05-191-0/+1
* Make it impossible to forget to add a semantic token type / modifierAleksey Kladov2020-04-281-56/+61
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-281-0/+2
* Add semantic tag for unresolved referencesAleksey Kladov2020-04-181-0/+3
* Make control token modifier less ambiguousAleksey Kladov2020-04-061-2/+2
* Simplify SemanticTokensBuilder build methodkjeremy2020-03-301-3/+3
* lsp-types 0.72kjeremy2020-03-021-3/+0
* Cleanup highlighting tagsAleksey Kladov2020-02-281-3/+13
* add more tagsAleksey Kladov2020-02-281-2/+0
* Color constantsAleksey Kladov2020-02-271-0/+2
* Better highlightign APIAleksey Kladov2020-02-271-9/+27
* Replace generic with a concrete typeAleksey Kladov2020-02-251-1/+1
* Add docsJeremy Kolb2020-02-251-0/+8
* Teach the server about Semantic Tokens proposed LSPkjeremy2020-02-251-0/+86