aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting
Commit message (Expand)AuthorAgeFilesLines
* Make sure that HighlightModifier::ALL is synchronized with enumAleksey Kladov2020-12-196-36/+39
* Clarify the meaning of no-op highlight tagAleksey Kladov2020-12-193-14/+13
* Use more Rustic highlighting specifiersAleksey Kladov2020-12-196-35/+40
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-182-45/+37
* Make macro def krate mandatoryJonas Schievink2020-12-152-1/+7
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-153-7/+7
* Use METHOD semantic token typeLaurențiu Nicola2020-12-046-32/+34
* Add attribute highlight modifier to all tokens inside attributesLukas Wirth2020-11-213-7/+7
* format string highlighting: handle hex + debug type specifierRoland Ruckerbauer2020-11-152-0/+4
* Merge #6472bors[bot]2020-11-095-2/+90
|\
| * Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-055-2/+90
* | . is an operatorAleksey Kladov2020-11-094-27/+27
* | SimplifyAleksey Kladov2020-11-061-1/+0
* | Kill RAW_ literalsAleksey Kladov2020-11-062-4/+2
|/
* Merge #6379bors[bot]2020-10-272-0/+12
|\
| * Highlight never type as BuiltinTypeLukas Wirth2020-10-262-0/+12
* | Fix testGrayJack2020-10-261-158/+158
* | Add test to avoid regressionGrayJack2020-10-262-153/+165
|/
* Fix unary minus highlightingLukas Wirth2020-10-252-0/+6
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* Make call_info a part of ide_dbIgor Aleksanov2020-10-241-1/+1
* Merge #6251 #6310bors[bot]2020-10-233-0/+41
|\
| * Add tests for callable modifierGrayJack2020-10-212-0/+38
| * Add HighlightModifier::Callable and add it for localsGrayJack2020-10-161-0/+3
* | Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-4/+2
|/
* Default::default the highlightersLukas Wirth2020-10-142-15/+4
* Factor macro_rules! highlighting outLukas Wirth2020-10-141-0/+136
* Factor format string highlighting outLukas Wirth2020-10-141-0/+82
* Merge #6198bors[bot]2020-10-123-1/+9
|\
| * Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-103-1/+9
* | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+1
|/
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-5/+5
* Get rid of MockAnalysisAleksey Kladov2020-10-021-3/+3
* Cleanup unintended unresolved reference in syntax higlighting testPaul Daniel Faria2020-09-242-6/+6
* 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-062-12/+14
* :arrow_up: expect-testAleksey Kladov2020-08-288-7/+611
* MinorAleksey Kladov2020-08-271-1/+2
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-161-0/+30
* Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-161-0/+9
* Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-161-0/+3
* Rename ra_ide -> ideAleksey Kladov2020-08-134-0/+932