helix/helix-core/src
2024-05-07 09:26:04 -05:00
..
doc_formatter use slices instead of Rc for virtual text 2024-03-23 15:35:25 +09:00
increment Use non-deprecated chrono Duration functions 2024-03-14 14:13:56 +09:00
syntax Use new in-crate TreeCursor 2024-04-09 10:33:15 -04:00
auto_pairs.rs
chars.rs
comment.rs toggling of block comments (#4718) 2024-02-27 22:36:25 +09:00
config.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00
diagnostic.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
diff.rs
doc_formatter.rs use slices instead of Rc for virtual text 2024-03-23 15:35:25 +09:00
fuzzy.rs
graphemes.rs don't manually grapheme align ts highlights (#10310) 2024-04-11 00:14:08 +09:00
history.rs
indent.rs Simplify first-in-line computation for indent queries. (#10527) 2024-04-20 18:58:54 -04:00
lib.rs toggling of block comments (#4718) 2024-02-27 22:36:25 +09:00
line_ending.rs
macros.rs
match_brackets.rs improve match bracket matching (#10613) 2024-05-07 09:26:04 -05:00
movement.rs Respect injections in movement::move_parent_node_end 2024-01-28 18:13:33 +09:00
object.rs specify direction for select_prev_sibling and select_next_sibling (#10542) 2024-04-23 08:41:03 -05:00
position.rs
rope_reader.rs
search.rs
selection.rs feat: find closest pair using tree-sitter 2024-04-24 16:36:13 -04:00
shellwords.rs
surround.rs test: match around closest pair tree-sitter version 2024-04-24 16:36:13 -04:00
syntax.rs Debugger template: allow missing or empty completion list (#10332) 2024-05-06 17:37:04 +02:00
test.rs
text_annotations.rs use slices instead of Rc for virtual text 2024-03-23 15:35:25 +09:00
textobject.rs test: match around closest pair tree-sitter version 2024-04-24 16:36:13 -04:00
transaction.rs make diagnostics stick to word boundaries 2023-12-27 15:28:14 +09:00
wrap.rs