| Commit message (Expand) | Author | Age |
* | Add an Amp-like jump command | Pascal Kuthe | 2024-03-23 |
* | add reverse rope grapheme iterator | Pascal Kuthe | 2024-03-23 |
* | use slices instead of Rc for virtual text | Pascal Kuthe | 2024-03-23 |
* | Reimplement tree motions in terms of syntax::TreeCursor | Michael Davis | 2024-03-23 |
* | Add a TreeCursor type that travels over injection layers | Michael Davis | 2024-03-23 |
* | syntax: Track parent LanguageLayer IDs | Michael Davis | 2024-03-23 |
* | Bump tree-sitter to 0.22.2 | Michael Davis | 2024-03-18 |
* | Use non-deprecated chrono Duration functions | Michael Davis | 2024-03-14 |
* | Fix panic in select_textobject_around (#9832) | Mike Trinkala | 2024-03-07 |
* | Fix panic when using surround_replace/delete (#9796) | Mike Trinkala | 2024-03-03 |
* | fix split_on_newline (#9756) | Pascal Kuthe | 2024-02-29 |
* | toggling of block comments (#4718) | Gabriel Dinner-David | 2024-02-27 |
* | switch to regex-cursor (#9422) | Pascal Kuthe | 2024-02-26 |
* | fix lsp config reload (#9415) | kyfanc | 2024-02-13 |
* | Add required-root-patterns for situational lsp activation (#8696) | ontley | 2024-02-12 |
* | Add glob file type support (#8006) | Galen Abell | 2024-02-11 |
* | Respect injections in movement::move_parent_node_end | Michael Davis | 2024-01-28 |
* | Use injection syntax trees for bracket matching | Michael Davis | 2024-01-28 |
* | highlighting: Gate multiple captures behind `#is-not? local` predicates (#9390) | Michael Davis | 2024-01-25 |
* | Fix typo in string representation of GotoReference (#9395) | Matthew Toohey | 2024-01-22 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Select subtree within injections in :tree-sitter-subtree (#9309) | Michael Davis | 2024-01-15 |
* | Bump tree-sitter to latest master (#9317) | Michael Davis | 2024-01-15 |
* | ignore empty TS nodes in match bracket | Pascal Kuthe | 2024-01-15 |
* | don't crash in plaintext bracket match (mm) on empty file | Pascal Kuthe | 2024-01-15 |
* | Change path normalization strategy to not resolve symlinks (#9330) | woojiq | 2024-01-14 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | make diagnostics stick to word boundaries | Pascal Kuthe | 2023-12-27 |
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
* | fix `:indent-style` crash (#9087) | TornaxO7 | 2023-12-15 |
* | Simplify implementation of `add_indent_level`. | Daniel Ebert | 2023-12-15 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | Improve relative indent computation. | Daniel Ebert | 2023-12-15 |
* | Implement relative indent queries, | Daniel Ebert | 2023-12-15 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Default 'roots' field of language config | Michael Davis | 2023-11-14 |
* | Fix precedence order of @align captures in indent computation (#8659) | Triton171 | 2023-10-29 |
* | Revert "Pin tree-sitter to the 0.20.10 release (#8396)" | Blaž Hrastnik | 2023-10-26 |
* | Pin tree-sitter to the 0.20.10 release (#8396) | Michael Davis | 2023-10-25 |
* | don't break on hyphen with :reflow (#8569) | Stephen Seo | 2023-10-21 |
* | Fix various typos (#8233) | Alexis Mousset | 2023-09-10 |
* | Don't use word splitting during fuzzy matching (#8192) | Pascal Kuthe | 2023-09-06 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Update tree-sitter to latest master (#7998) | Michael Davis | 2023-08-19 |
* | Prevent GraphemeStrs created from Strings from leaking (#7920) | Dillard Robertson | 2023-08-13 |
* | Implement @align (and @anchor) indent query. | Daniel Ebert | 2023-08-11 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |