aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/test_data/highlighting.html
Commit message (Expand)AuthorAgeFilesLines
* Add `public` semantic token modifier for public itemsAramis Razzaghipour2021-06-231-17/+25
* Highlight unsafe trait refs as unsafe only in impl blocks and definitionsLukas Wirth2021-06-151-0/+1
* Highlight tuple field accesses correctlyLukas Wirth2021-06-111-2/+2
* Don't descend MacroCall TokenTree delimitersLukas Wirth2021-06-091-0/+5
* Fix bug where library functions were not highlighted as suchAramis Razzaghipour2021-05-261-1/+1
* Rename ‘foreign’ semantic token modifier to ‘library’Aramis Razzaghipour2021-05-241-5/+5
* Add testing of foreign item highlightingAramis Razzaghipour2021-05-241-1/+17
* Give ‘unsafe’ semantic token modifier to unsafe traitsAramis Razzaghipour2021-05-231-1/+4
* Tag Self in impls as a TypeAliasLukas Wirth2021-05-161-2/+2
* Address commentshi-rustin2021-05-141-0/+11
* Added mutable semantic token modifier for &mut self methodsBastian Kersting2021-04-261-2/+2
* Sort HlMod variants and ALL constLukas Wirth2021-04-231-16/+16
* 8279: Fix the not operator use and test case fix.Chetan Khilosiya2021-04-081-1/+1
* 8024: Updated the implementation for trait modifier.Chetan Khilosiya2021-03-301-2/+2
* Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-271-1/+11
* Use a highlight modifier for intra doc linksLukas Wirth2021-03-181-1/+1
* Semantic highlight intradoclinks in documentationLukas Wirth2021-03-171-0/+1
* Classify function calls as functions when shadowed by typesLukas Wirth2021-01-281-0/+4
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-9/+9
* Fix typo, parentheses is pluralLaurențiu Nicola2021-01-101-39/+39
* Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-101-130/+130
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+4
* Support labels in reference searchLukas Wirth2020-12-241-0/+6
* Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-191-18/+18
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-191-18/+18
* Make macro def krate mandatoryJonas Schievink2020-12-151-1/+4
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-3/+3
* Use METHOD semantic token typeLaurențiu Nicola2020-12-041-18/+18
* Add attribute highlight modifier to all tokens inside attributesLukas Wirth2020-11-211-5/+5
* . is an operatorAleksey Kladov2020-11-091-15/+15
* Merge #6379bors[bot]2020-10-271-0/+6
|\
| * Highlight never type as BuiltinTypeLukas Wirth2020-10-261-0/+6
* | Fix testGrayJack2020-10-261-158/+158
* | Add test to avoid regressionGrayJack2020-10-261-153/+159
|/
* Fix unary minus highlightingLukas Wirth2020-10-251-0/+3
* Add tests for callable modifierGrayJack2020-10-211-0/+19
* Merge #6198bors[bot]2020-10-121-0/+4
|\
| * Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-101-0/+4
* | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+1
|/
* Cleanup unintended unresolved reference in syntax higlighting testPaul Daniel Faria2020-09-241-3/+3
* Fix handling of consuming self, refactor shared logic into a single functionPaul Daniel Faria2020-09-061-1/+1
* Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria2020-09-061-6/+7
* :arrow_up: expect-testAleksey Kladov2020-08-281-0/+170