aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/rust
Commit message (Expand)AuthorAge
* rust: Highlight function signatures as functions (#4073)Michael Davis2022-10-03
* Fix highlighting on single-character Rust consts (#3927)gavincrawford2022-09-21
* Fix Rust attribute highlights (#3729)Michael Davis2022-09-07
* Highlight SQL in `sqlx::{query,query_as}!()` in Rust (#3647)Charles Hall2022-09-02
* Update tree-sitter-rust to latestMichael Davis2022-08-31
* Fix rust text objects (#3590)David2022-08-28
* highlight closure pipes as brackets (#3397)Vince Mutolo2022-08-12
* Rust queries: add `(function_item)` as a local scope (#3345)ChrHorn2022-08-06
* Remove let_declaration from Rust locals tracking (#3212)Michael Davis2022-07-28
* Fix locals tracking in Rust closures (#3027)Michael Davis2022-07-20
* rust: fix highlight corner-casesMichael Davis2022-07-01
* add test textobjects queries for erlang,gleam,go,python,rustMichael Davis2022-06-21
* Add "<<=" operator to Rust syntax highlighting (#2805)A-Walrus2022-06-18
* Introduce storage_class highlight scope (#2731)Anton Romanov2022-06-14
* capture rust closures as function textobjectsMichael Davis2022-06-07
* Add `parameter.around` text object queryAndrey Tkachenko2022-05-25
* Include macro attributes to impls, structs, enums, functions etc. textobjects...Andrey Tkachenko2022-05-20
* Indentation rework (#1562)Triton1712022-03-30
* Add comment textobject for surround selection and navigation (#1605)Daniel S Poulin2022-03-06
* add tree-sitter-regex (#1362)Michael Davis2022-01-06
* Add basic indentation for languages without treesitter-based indentation rule...Triton1712022-01-03
* Add precise rust queries for use, mod, as (#1339)Gokul Soumya2021-12-23
* Improve rust syntax highlighting (#1295)Gokul Soumya2021-12-20
* Add tree-sitter-comment (#1300)Michael Davis2021-12-19
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
* Add treesitter textobjects (#728)Gokul Soumya2021-10-23
* Improve docs, fix up a few highlight scopesBlaž Hrastnik2021-09-07
* syntax: Add go & rust locals, improve tree-sitter error messageBlaž Hrastnik2021-09-06
* Improve grammar definitionsBlaž Hrastnik2021-09-06
* gruvbox theme changes (#594)oberblastmeister2021-08-18
* rust: Indent multi line call expressions one level deeperBlaž Hrastnik2021-07-26
* Improve rust indentation queriesBlaž Hrastnik2021-07-26
* Rewritten Rust `highlights.scm` (#425)Kirawi2021-07-08
* VSCode Dark+ Theme (#414)Kirawi2021-07-08
* Rust: Highlight crate namespace, categorize `mut`notoria2021-06-04
* Rust: Add keyword `async`, match the entire macronotoria2021-06-04
* Adjust rust indentsBlaž Hrastnik2021-05-30
* Adjust highlighting for rust.Blaž Hrastnik2021-05-16
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Highlight metavariables ($var) inside rust macros.Blaž Hrastnik2021-04-14
* Rust: Highlight 'crate' as a keyword.Blaž Hrastnik2021-04-13
* queries: rust: highlight number constants correctly.Blaž Hrastnik2021-04-08
* Import tree sitter queries.Blaž Hrastnik2021-04-08