aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/format.rs
Commit message (Expand)AuthorAgeFilesLines
* syntax: return owned string instead of leaking stringcynecx2021-03-261-1/+1
* Upgrade rowanAleksey Kladov2021-03-161-1/+1
* Merge #7353bors[bot]2021-01-221-1/+2
|\
| * Move SymbolKind to ide_dbLukas Wirth2021-01-201-1/+2
* | .Aleksey Kladov2021-01-191-1/+1
|/
* Replace state with functionAleksey Kladov2021-01-101-46/+36
* Shorten namesAleksey Kladov2021-01-091-2/+2
* Shorten frequent namesAleksey Kladov2021-01-091-5/+5
* Simplify highlighting infraAleksey Kladov2021-01-081-7/+5
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-181-2/+4
* Kill RAW_ literalsAleksey Kladov2020-11-061-3/+1
* Default::default the highlightersLukas Wirth2020-10-141-4/+0
* Factor format string highlighting outLukas Wirth2020-10-141-0/+82