Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add Nix runtime | Timothy DeHerrera | 2021-06-10 | |
| | ||||
* | Updated elixir queries to fix crash | Corey Powell | 2021-06-08 | |
| | ||||
* | Restored haskell syntax | Corey Powell | 2021-06-04 | |
| | | | | It seems to work | |||
* | Rust: Highlight crate namespace, categorize `mut` | notoria | 2021-06-04 | |
| | ||||
* | Rust: Add keyword `async`, match the entire macro | notoria | 2021-06-04 | |
| | ||||
* | Added elixir syntax | Corey Powell | 2021-06-02 | |
| | | | | Using custom fork for now to get around generating the source files | |||
* | Add typescript support & ts/js indentation queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Golang indent queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Adjust golang indents yet again | Blaž Hrastnik | 2021-05-31 | |
| | ||||
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 | |
| | ||||
* | Golang indent adjustment | Blaž Hrastnik | 2021-05-28 | |
| | ||||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 | |
| | ||||
* | syntax: golang: Indent type declarations | Blaž Hrastnik | 2021-05-18 | |
| | ||||
* | Adjust highlighting for rust. | Blaž Hrastnik | 2021-05-16 | |
| | ||||
* | Add indentation queries for golang. | Blaž Hrastnik | 2021-05-15 | |
| | ||||
* | 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. | |||
* | Fix C highlighting inconsistencies. | Blaž Hrastnik | 2021-04-23 | |
| | ||||
* | Highlight metavariables ($var) inside rust macros. | Blaž Hrastnik | 2021-04-14 | |
| | ||||
* | Rust: Highlight 'crate' as a keyword. | Blaž Hrastnik | 2021-04-13 | |
| | ||||
* | Add tree-sitter queries. | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | queries: rust: highlight number constants correctly. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 | |