aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/format.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This also fixes the killer whale bug
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-181-2/+4
| | | | | | | Curiously, LSP uses different enums for those, and unsurprising and annoyingly, there are things which exist in one but not in the other. Let's not repeat the mistake and unify the two things
* Kill RAW_ literalsAleksey Kladov2020-11-061-3/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Default::default the highlightersLukas Wirth2020-10-141-4/+0
|
* Factor format string highlighting outLukas Wirth2020-10-141-0/+82