aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* Use TreeCursor to pretty-print :tree-sitter-subtree (#4606)Michael Davis2022-11-17
* Capture word parts while calculating shellwords (#4632)Michael Davis2022-11-17
* Fix deprecation warnings for chrono 0.4.23 (#4738)dxtr852022-11-15
* Refactor blackhole register (#4504)ath32022-11-15
* deps: Update tree-sitter-rust (supports let-else && let-chains)Alexis (Poliorcetics) Bourget2022-11-12
* improve performance of tree sitter query captures (for text object motions in...Pascal Kuthe2022-11-11
* Fix panic from indenting on tree with errorsMichael Davis2022-11-09
* style: Only call extend_nodes when deepest_preceding is SomeMichael Davis2022-11-09
* fix testsBlaž Hrastnik2022-11-08
* fix testsBlaž Hrastnik2022-11-08
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* Run clippy on workspace in CI (#4614)Jonathan LEI2022-11-07
* Escape filenames in command completionMichael Davis2022-11-07
* Fix whitespace handling in command-mode completionMichael Davis2022-11-07
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Add missed test attribute in #4316 (#4557)Poliorcetics2022-11-01
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* build(deps): bump once_cell from 1.15.0 to 1.16.0 (#4548)dependabot[bot]2022-11-01
* Update textwrap to 0.16.0 (#4437)Mike Trinkala2022-10-23
* Change syntax for suffix file-types configurations (#4414)Michael Davis2022-10-22
* syntax: Don't force lower-case for filenames (#4346)Christian Speich2022-10-21
* Fix shellwords delimiter handling (#4098)A-Walrus2022-10-21
* Fix multi byte auto pairs (#4024)Skyler Hawthorne2022-10-21
* Allow using path suffixes to associate language file-types (#2455)midnightexigent2022-10-20
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * document should save even if formatter failsSkyler Hawthorne2022-10-19
| * add conditional noop render backSkyler Hawthorne2022-10-19
* | Pretty print `tree-sitter-subtree` expression (#4295)Fisher Darling2022-10-19
|/
* Log failures to load tree-sitter parsers as error (#4315)Michael Davis2022-10-16
* Rename extend indent captures.Daniel Ebert2022-10-11
* Slightly change the behavior of the `@stop-extend` capture.Daniel Ebert2022-10-11
* Improve code style for tree-sitter indentation.Daniel Ebert2022-10-11
* Fix a bug that caused the indent for the line below to also be added in rare ...Triton1712022-10-11
* Fix clippy warning.Triton1712022-10-11
* Add `extend-indented` and `stop-extend` captures for indent queries.Triton1712022-10-11
* do not reparse unmodified injections (#4146)Pascal Kuthe2022-10-11
* build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093)dependabot[bot]2022-10-03
* Use requested direction for new textobject selection rangeMichael Davis2022-10-03
* build(deps): bump unicode-general-category from 0.5.1 to 0.6.0 (#3990)dependabot[bot]2022-09-26
* build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)dependabot[bot]2022-09-26
* Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929)Riccardo Binetti2022-09-23
* diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>>Blaž Hrastnik2022-09-20
* Track source and tags in diagnostics (#3898)Luke Cycon2022-09-20
* build(deps): bump textwrap from 0.15.0 to 0.15.1 (#3906)dependabot[bot]2022-09-19
* build(deps): bump unicode-segmentation from 1.9.0 to 1.10.0 (#3903)dependabot[bot]2022-09-19
* Fix typos (#3858)taupiqueur2022-09-17
* fix: map_err()? instead of unwrap (#3826)Alexander Brevig2022-09-13
* build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)dependabot[bot]2022-09-05
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* Add query-check xtaskMichael Davis2022-08-31