Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace state with function | Aleksey Kladov | 2021-01-10 | 1 | -46/+36 |
| | |||||
* | Shorten names | Aleksey Kladov | 2021-01-09 | 1 | -2/+2 |
| | |||||
* | Shorten frequent names | Aleksey Kladov | 2021-01-09 | 1 | -5/+5 |
| | |||||
* | Simplify highlighting infra | Aleksey Kladov | 2021-01-08 | 1 | -7/+5 |
| | | | | This also fixes the killer whale bug | ||||
* | Deduplicate highlight tags and symbol kinds | Aleksey Kladov | 2020-12-18 | 1 | -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_ literals | Aleksey Kladov | 2020-11-06 | 1 | -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 highlighters | Lukas Wirth | 2020-10-14 | 1 | -4/+0 |
| | |||||
* | Factor format string highlighting out | Lukas Wirth | 2020-10-14 | 1 | -0/+82 |