| Commit message (Expand) | Author | Age |
* | Fix locals tracking in Rust closures (#3027) | Michael Davis | 2022-07-20 |
* | rust: fix highlight corner-cases | Michael Davis | 2022-07-01 |
* | add test textobjects queries for erlang,gleam,go,python,rust | Michael Davis | 2022-06-21 |
* | Add "<<=" operator to Rust syntax highlighting (#2805) | A-Walrus | 2022-06-18 |
* | Introduce storage_class highlight scope (#2731) | Anton Romanov | 2022-06-14 |
* | capture rust closures as function textobjects | Michael Davis | 2022-06-07 |
* | Add `parameter.around` text object query | Andrey Tkachenko | 2022-05-25 |
* | Include macro attributes to impls, structs, enums, functions etc. textobjects... | Andrey Tkachenko | 2022-05-20 |
* | Indentation rework (#1562) | Triton171 | 2022-03-30 |
* | Add comment textobject for surround selection and navigation (#1605) | Daniel S Poulin | 2022-03-06 |
* | add tree-sitter-regex (#1362) | Michael Davis | 2022-01-06 |
* | Add basic indentation for languages without treesitter-based indentation rule... | Triton171 | 2022-01-03 |
* | Add precise rust queries for use, mod, as (#1339) | Gokul Soumya | 2021-12-23 |
* | Improve rust syntax highlighting (#1295) | Gokul Soumya | 2021-12-20 |
* | Add tree-sitter-comment (#1300) | Michael Davis | 2021-12-19 |
* | Updated tree-sitter query scopes (#896) | Kirawi | 2021-11-03 |
* | Add treesitter textobjects (#728) | Gokul Soumya | 2021-10-23 |
* | Improve docs, fix up a few highlight scopes | Blaž Hrastnik | 2021-09-07 |
* | syntax: Add go & rust locals, improve tree-sitter error message | Blaž Hrastnik | 2021-09-06 |
* | Improve grammar definitions | Blaž Hrastnik | 2021-09-06 |
* | gruvbox theme changes (#594) | oberblastmeister | 2021-08-18 |
* | rust: Indent multi line call expressions one level deeper | Blaž Hrastnik | 2021-07-26 |
* | Improve rust indentation queries | Blaž Hrastnik | 2021-07-26 |
* | Rewritten Rust `highlights.scm` (#425) | Kirawi | 2021-07-08 |
* | VSCode Dark+ Theme (#414) | Kirawi | 2021-07-08 |
* | 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 |
* | 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 |