aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/test_data/highlight_assoc_functions.html
Commit message (Collapse)AuthorAgeFilesLines
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-3/+3
|
* Fix typo, parentheses is pluralLaurențiu Nicola2021-01-101-7/+7
|
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-14/+14
|
* Support labels in reference searchLukas Wirth2020-12-241-0/+1
|
* Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-191-6/+6
|
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-191-6/+6
| | | | | *Method* works for OO languages, but in rust we can also have associated constants & types, so let's move this to a modifier.
* Use METHOD semantic token typeLaurențiu Nicola2020-12-041-6/+6
|
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+56