| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | folds(rust): Fold trait definitions (#1582) | agarof | 2021-07-18 | 1 | -0/+1 |
| | | |||||
| * | highlights(rust): Reorder macro queries | Sergio Alejandro Vargas | 2021-07-08 | 1 | -6/+10 |
| | | | | | | | | Derive macros have to be defined before attribute macros to highlight them properly. See #570 | ||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -3/+1 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -1/+4 |
| | | |||||
| * | rust: inject html to html! macro | tami5 | 2021-06-21 | 1 | -0/+9 |
| | | |||||
| * | Rust: fix macros highlights | Santos Gallegos | 2021-06-11 | 1 | -7/+10 |
| | | | | | | | - The derive query was incorrect, it was only matching `#[derive(derive)]` - Macros were being highlighted as keywords - Procedural macros symbols weren't highlighted (`#`, `#!`) | ||||
| * | highlights(rust): highlight fields with shorthand_field_initializer | Stephan Seitz | 2021-05-24 | 1 | -0/+2 |
| | | |||||
| * | Rust: highlight constants | Santos Gallegos | 2021-05-22 | 1 | -1/+3 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | highlights(rust): Add operator "?" | Stephan Seitz | 2021-04-06 | 1 | -0/+1 |
| | | |||||
| * | highlights(rust): Highlight dereferenced closure parameters | Stephan Seitz | 2021-03-26 | 1 | -1/+1 |
| | | |||||
| * | rust: tread `,` as a punctuation delimiter | Yuki Ito | 2021-03-22 | 1 | -0/+1 |
| | | |||||
| * | Rust: add mod_item to folds | Santos Gallegos | 2021-03-15 | 1 | -3/+3 |
| | | |||||
| * | Rust: Add variable and closure parameter highlights | Rohit Pradhan | 2021-03-15 | 1 | -0/+2 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+5 |
| | | | | Closes #236 | ||||
| * | fixed rust match indents | Brian Shu | 2021-03-01 | 1 | -0/+1 |
| | | |||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+5 |
| | | |||||
| * | fix: rust use_list + tuple_expression indent | elianiva | 2021-02-08 | 1 | -0/+2 |
| | | |||||
| * | Use function keyword highlight group for Rust's fn | Cédric Barreteau | 2021-01-20 | 1 | -1/+2 |
| | | |||||
| * | feat: added more indent queries | elianiva | 2021-01-14 | 1 | -0/+26 |
| | | |||||
| * | started branch | Brian Shu | 2021-01-07 | 3 | -0/+35 |
| | | |||||
| * | Rust: highlight brackets | Santos Gallegos | 2021-01-04 | 1 | -6/+8 |
| | | |||||
| * | fix(highlights): Add TSNamespace highlight | Stephan Seitz | 2020-10-10 | 1 | -5/+31 |
| | | | | | | | | | | Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | ||||
| * | Remove textobjects module | Stephan Seitz | 2020-10-04 | 1 | -73/+0 |
| | | |||||
| * | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | 2020-09-19 | 1 | -1/+4 |
| | | | | | @exception for Java/JS | ||||
| * | change @meta to @type for derive directives because @meta is not defined | kiyan42 | 2020-09-06 | 1 | -2/+2 |
| | | |||||
| * | Change self back to variable.builtin | Avi Dessauer | 2020-08-20 | 1 | -1/+1 |
| | | |||||
| * | Deduplicate queries/rust/highlights.scm | Avi Dessauer | 2020-08-20 | 1 | -1/+0 |
| | | | | Co-authored-by: TravonteD <tman1300@aol.com> | ||||
| * | Highlight operators + improve consistency with Vim syntax | Avi Dessauer | 2020-08-20 | 1 | -3/+37 |
| | | |||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -1/+1 |
| | | |||||
| * | highlights(rust): fix some type highlights. | Thomas Vigouroux | 2020-08-07 | 1 | -0/+3 |
| | | |||||
| * | highlights(rust): add async/await keywords | Thomas Vigouroux | 2020-08-07 | 1 | -0/+2 |
| | | |||||
| * | Attach kind of reference to query result instead of using subfields | Stephan Seitz | 2020-07-20 | 1 | -2/+4 |
| | | | | | | This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node. | ||||
| * | go loop and func literal, rust textobject support | winwisely268 | 2020-07-17 | 1 | -0/+73 |
| | | |||||
| * | Add rust locals.scm | Stephan Seitz | 2020-07-13 | 1 | -0/+102 |
| | | |||||
| * | Add Rust queries (#57) | Thomas Vigouroux | 2020-07-08 | 1 | -0/+167 |
| * queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax | |||||
