aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/test_data
Commit message (Expand)AuthorAgeFilesLines
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+4
* Support labels in reference searchLukas Wirth2020-12-248-0/+13
* Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-195-33/+33
* Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-191-9/+9
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-195-32/+32
* Make macro def krate mandatoryJonas Schievink2020-12-151-1/+4
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-153-7/+7
* Use METHOD semantic token typeLaurențiu Nicola2020-12-045-32/+32
* Add attribute highlight modifier to all tokens inside attributesLukas Wirth2020-11-213-7/+7
* format string highlighting: handle hex + debug type specifierRoland Ruckerbauer2020-11-151-0/+2
* Merge #6472bors[bot]2020-11-093-2/+58
|\
| * Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-053-2/+58
* | . is an operatorAleksey Kladov2020-11-094-27/+27
|/
* 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-122-1/+5
|\
| * Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-102-1/+5
* | 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-287-0/+604