aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* build(deps): bump the rust-dependencies group with 3 updates (#9929)dependabot[bot]2024-03-19
* Bump tree-sitter to 0.22.2Michael Davis2024-03-18
* Use non-deprecated chrono Duration functionsMichael Davis2024-03-14
* Fix panic in select_textobject_around (#9832)Mike Trinkala2024-03-07
* build(deps): bump ahash from 0.8.9 to 0.8.11 (#9813)dependabot[bot]2024-03-06
* Fix panic when using surround_replace/delete (#9796)Mike Trinkala2024-03-03
* fix split_on_newline (#9756)Pascal Kuthe2024-02-29
* toggling of block comments (#4718)Gabriel Dinner-David2024-02-27
* build(deps): bump ahash from 0.8.6 to 0.8.9 (#9737)dependabot[bot]2024-02-27
* switch to regex-cursor (#9422)Pascal Kuthe2024-02-26
* build(deps): bump textwrap from 0.16.0 to 0.16.1 (#9674)dependabot[bot]2024-02-20
* fix lsp config reload (#9415)kyfanc2024-02-13
* build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617)dependabot[bot]2024-02-13
* build(deps): bump toml from 0.7.6 to 0.8.10 (#9539)dependabot[bot]2024-02-12
* minor: Fix compilationBlaž Hrastnik2024-02-12
* Add required-root-patterns for situational lsp activation (#8696)ontley2024-02-12
* Add glob file type support (#8006)Galen Abell2024-02-11
* Respect injections in movement::move_parent_node_endMichael Davis2024-01-28
* Use injection syntax trees for bracket matchingMichael Davis2024-01-28
* highlighting: Gate multiple captures behind `#is-not? local` predicates (#9390)Michael Davis2024-01-25
* build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405)dependabot[bot]2024-01-23
* Fix typo in string representation of GotoReference (#9395)Matthew Toohey2024-01-22
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* update tempfile dev-dependency to 3.9 (#9359)Kirawi2024-01-17
* build(deps): bump smallvec from 1.11.2 to 1.12.0 (#9341)dependabot[bot]2024-01-16
* Select subtree within injections in :tree-sitter-subtree (#9309)Michael Davis2024-01-15
* Bump tree-sitter to latest master (#9317)Michael Davis2024-01-15
* ignore empty TS nodes in match bracketPascal Kuthe2024-01-15
* don't crash in plaintext bracket match (mm) on empty filePascal Kuthe2024-01-15
* Change path normalization strategy to not resolve symlinks (#9330)woojiq2024-01-14
* Revert "build(deps): bump ahash from 0.8.6 to 0.8.7" (#9294)Pascal Kuthe2024-01-11
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* build(deps): bump ahash from 0.8.6 to 0.8.7 (#9281)dependabot[bot]2024-01-09
* make diagnostics stick to word boundariesPascal Kuthe2023-12-27
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* fix `:indent-style` crash (#9087)TornaxO72023-12-15
* Simplify implementation of `add_indent_level`.Daniel Ebert2023-12-15
* Make the indent heuristic configurableDaniel Ebert2023-12-15
* Improve relative indent computation.Daniel Ebert2023-12-15
* Implement relative indent queries,Daniel Ebert2023-12-15
* build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053)dependabot[bot]2023-12-12
* use workspace inheritance for common version (#8925)Skyler Hawthorne2023-12-05
* build(deps): bump hashbrown from 0.14.2 to 0.14.3 (#8928)dependabot[bot]2023-11-28
* set Cargo feature resolver to v2 (#8917)Fomalhaut Weisszwerg2023-11-27
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* Default 'roots' field of language configMichael Davis2023-11-14
* build(deps): bump ahash from 0.8.5 to 0.8.6 (#8669)dependabot[bot]2023-10-31
* Fix precedence order of @align captures in indent computation (#8659)Triton1712023-10-29
* Revert "Pin tree-sitter to the 0.20.10 release (#8396)"Blaž Hrastnik2023-10-26
* Pin tree-sitter to the 0.20.10 release (#8396)Michael Davis2023-10-25