aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src
Commit message (Expand)AuthorAge
* 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
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* Default 'roots' field of language configMichael Davis2023-11-14
* 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
* don't break on hyphen with :reflow (#8569)Stephen Seo2023-10-21
* Fix various typos (#8233)Alexis Mousset2023-09-10
* Don't use word splitting during fuzzy matching (#8192)Pascal Kuthe2023-09-06
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Update tree-sitter to latest master (#7998)Michael Davis2023-08-19
* Prevent GraphemeStrs created from Strings from leaking (#7920)Dillard Robertson2023-08-13
* Implement @align (and @anchor) indent query.Daniel Ebert2023-08-11
* Fix YAML auto indentSkyler Hawthorne2023-08-10
* add node boundary movementSkyler Hawthorne2023-08-01
* Use refactored Registers typeMichael Davis2023-07-31
* Add '#' and '.' special registersMichael Davis2023-07-31
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* use a single query for injectionsPascal Kuthe2023-07-17
* fix crash when encountering overlapping injectionsPascal Kuthe2023-07-17
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* search buffer contents during global search (#5652)Pascal Kuthe2023-07-11
* 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
* 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
* 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