aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/format.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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