aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* build(deps): bump smallvec from 1.10.0 to 1.11.0 (#7597)dependabot[bot]2023-07-11
* build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)dependabot[bot]2023-07-04
* correctly map unsorted positions (#7471)Pascal Kuthe2023-06-28
* move normalize fastpath into normalize functionPascal Kuthe2023-06-25
* map positions through changes in O(N)Pascal Kuthe2023-06-25
* Allow any indent size from 1 to 16 (#7429)Scott Driggers2023-06-23
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Avoid false positives in non-fuzzy bracket matchPascal Kuthe2023-06-22
* match pairs which don't form a standalone TS nodePascal Kuthe2023-06-22
* Fix tree sitter chunking (#7417)A-Walrus2023-06-21
* Add config for default line ending (#5621)Alex2023-06-16
* Fix next/prev tree-sitter inconsistency (#7332)A-Walrus2023-06-13
* add move_prev_long_word_end and extend_prev_long_word_end (#6905)vwkd2023-06-07
* Add check for a non-zero value for tab width (#7178)Ilya Sovtsov2023-06-07
* build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)dependabot[bot]2023-06-06
* build(deps): bump hashbrown from 0.13.2 to 0.14.0 (#7246)dependabot[bot]2023-06-06
* feat(core): add plaintext matching fallback to tree-sitter matching (#4288)Alex Vinyals2023-06-05
* Fix typo in syntax.rs (#7114)Ikko Eltociear Ashimine2023-05-26
* build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)dependabot[bot]2023-05-23
* Add command to merge non-consecutive ranges (#7053)Szabin2023-05-19
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Simplify Display implementation for LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Simplify Display implementation of LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* don't move cursor while forward deleting in append modePascal Kuthe2023-05-18
* fix panic when deleting overlapping rangesPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931)dependabot[bot]2023-05-02
* inject language based on file extension & shebang (#3970)Timothy DeHerrera2023-04-28
* feat(commands): add clear-register typable command (#5695)jorge2023-04-27
* build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873)dependabot[bot]2023-04-25
* build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)dependabot[bot]2023-04-25
* return early if soft wrap is invalid (#6856)ymgyt2023-04-23
* build(deps): bump etcetera from 0.4.0 to 0.5.0 (#6798)dependabot[bot]2023-04-18
* build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699)dependabot[bot]2023-04-11
* Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)"Blaž Hrastnik2023-04-08
* Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)gibbz002023-04-08
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Canonicalize paths before stripping current dir as prefix (#6290)jazzfool2023-03-30
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* respect line annotations in char_idx_at_visual_row_offsetPascal Kuthe2023-03-27
* use partition_point instead of binary_search_byPascal Kuthe2023-03-27
* fix view anchors not at start of a visual linePascal Kuthe2023-03-27
* build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387)dependabot[bot]2023-03-22
* build(deps): bump indoc from 1.0.9 to 2.0.1 (#6385)dependabot[bot]2023-03-21
* fix test::plainSkyler Hawthorne2023-03-20
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20