aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* 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
* tree-sitter: Prevent panic on loading queriesMichael Davis2022-08-31
* tree-sitter: Refactor lazy query loadingMichael Davis2022-08-31
* Fix extra selection with regex anchors (^,$) (#3598)A-Walrus2022-08-31
* Adjust `m` textobject description and minor code clarification (#3343)Daniel S Poulin2022-08-17
* Fix failing test with unicode-lines feature (#3455)A-Walrus2022-08-17
* Fix nondeterministic highlighting (#3275)A-Walrus2022-08-05
* Avoid copying fragments (#3136)Matthias Deiml2022-08-04
* Resolve clippy lints (#3307)Omnikar2022-08-04
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04
* Exclude only named children without injection.include-children (#3129)Matthias Deiml2022-08-03
* build(deps): bump similar from 2.1.0 to 2.2.0 (#3293)dependabot[bot]2022-08-02
* Suport diagnostic code (#3096)Erasin2022-07-26
* Replace '; inherits <language>' in treesitter queries with <language> queries...Philipp Mildenberger2022-07-22
* respect count in treesitter movement (#3058)Bob2022-07-14
* Fix some typos (#2978)A-Walrus2022-07-06
* build(deps): bump smallvec from 1.8.1 to 1.9.0 (#2976)dependabot[bot]2022-07-05
* build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)dependabot[bot]2022-07-05
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Fix edge-case in tree-sitter expand_selection selection command (#2877)Triton1712022-06-25
* fixes showing the last prompt on empty input (#2870)Saber Haj Rabiee2022-06-24
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * Merge branch 'master' into test-harnessBlaž Hrastnik2022-06-21
| |\
| * | use main application event loopSkyler Hawthorne2022-06-19
| * | Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
| * | improve test harnessSkyler Hawthorne2022-06-19
* | | Enable shellwords for Windows (with escaping disabled) (#2767)ath32022-06-21
| |/ |/|
* | feat: make `move_vertically` aware of tabs and wide characters (#2620)Matthew Toohey2022-06-21
|/
* Refactor textobject node capture (#2741)Gokul Soumya2022-06-11
* prompt: If submitting empty prompt, use default (last used)Blaž Hrastnik2022-06-06
* Passing extra formatting options to LSPs (#2635)farwyler2022-06-05
* Improve Readability (#2639)Ryan Russell2022-06-01
* Update to ropey 1.5Blaž Hrastnik2022-05-30
* Remove unnecessary `unwrap` (#2599)Hugo2022-05-29
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* Include macro attributes to impls, structs, enums, functions etc. textobjects...Andrey Tkachenko2022-05-20
* build(deps): bump etcetera from 0.3.2 to 0.4.0 (#2486)dependabot[bot]2022-05-17
* configurable lsp request timeout (#2405)EmmChriss2022-05-11
* feat(languages): git-ignore and git-attributes (#2397)Matthew Toohey2022-05-05