Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | VSCode Dark+ Theme (#414) | Kirawi | 2021-07-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Add VSCode Dark+ Theme wip wip wip wip wip wip properly detect constants add bool wip * suggestion * add variant for c/c++ * fix hexcode error * removed regex highlight * fixed constant higlighting * wip * add space * add suggestions * update theme * update book * suggestions * fix c/c++ enum * update book | ||
* | Rust: Highlight crate namespace, categorize `mut` | notoria | 2021-06-04 |
| | |||
* | Rust: Add keyword `async`, match the entire macro | notoria | 2021-06-04 |
| | |||
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 |
| | |||
* | Adjust highlighting for rust. | Blaž Hrastnik | 2021-05-16 |
| | |||
* | Hacky way to specify indent scopes per language via toml configs. | Blaž Hrastnik | 2021-05-14 |
| | | | | | | | | | Can't do it via a scm query nicely because it returns an iterator over all the matches, whereas we want to traverse the tree ourselves. Can't extract the pattern data from a parsed query either. Oh well, toml files for now. | ||
* | Highlight metavariables ($var) inside rust macros. | Blaž Hrastnik | 2021-04-14 |
| | |||
* | Rust: Highlight 'crate' as a keyword. | Blaž Hrastnik | 2021-04-13 |
| | |||
* | queries: rust: highlight number constants correctly. | Blaž Hrastnik | 2021-04-08 |
| | |||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |