1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-01 07:46:05 +02:00
helix/helix-core/src
Skyler Hawthorne 87c4161732 feat(command): select_all_siblings 2024-04-09 10:33:15 -04: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 Add a TreeCursor type that travels over injection layers 2024-03-23 15:32:34 +09:00
auto_pairs.rs Fix erroneous indent between closers of auto-pairs (#5330) 2022-12-29 09:23:40 -06:00
chars.rs Temporarily turn on unicode-lines 2022-03-17 10:53:50 +09:00
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 make diagnostics stick to word boundaries 2023-12-27 15:28:14 +09:00
diff.rs delete outdated reference to cessen/ropey#25 (#4928) 2022-11-28 19:07:47 -06:00
doc_formatter.rs use slices instead of Rc for virtual text 2024-03-23 15:35:25 +09:00
fuzzy.rs Don't use word splitting during fuzzy matching (#8192) 2023-09-06 23:03:48 +09:00
graphemes.rs add reverse rope grapheme iterator 2024-03-23 15:35:25 +09:00
history.rs Prefer RopeSlice to &Rope in helix_core::syntax 2023-07-27 11:50:19 +09:00
indent.rs toggling of block comments (#4718) 2024-02-27 22:36:25 +09:00
lib.rs toggling of block comments (#4718) 2024-02-27 22:36:25 +09:00
line_ending.rs Add config for default line ending (#5621) 2023-06-16 12:02:15 -05:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs Use injection syntax trees for bracket matching 2024-01-28 18:13:33 +09:00
movement.rs Respect injections in movement::move_parent_node_end 2024-01-28 18:13:33 +09:00
object.rs feat(command): select_all_siblings 2024-04-09 10:33:15 -04:00
position.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
rope_reader.rs search buffer contents during global search (#5652) 2023-07-11 21:26:11 +09:00
search.rs Jump to the next number on the line before incrementing (#1778) 2022-04-01 22:14:37 +09:00
selection.rs add Range::{from_node,into_byte_range} 2024-04-09 10:33:15 -04:00
shellwords.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
surround.rs Fix panic in select_textobject_around (#9832) 2024-03-07 13:37:01 -06:00
syntax.rs Add a TreeCursor type that travels over injection layers 2024-03-23 15:32:34 +09:00
test.rs fix test::plain 2023-03-20 18:34:40 -05:00
text_annotations.rs use slices instead of Rc for virtual text 2024-03-23 15:35:25 +09:00
textobject.rs fix test::plain 2023-03-20 18:34:40 -05:00
transaction.rs make diagnostics stick to word boundaries 2023-12-27 15:28:14 +09:00
wrap.rs don't break on hyphen with :reflow (#8569) 2023-10-21 07:58:36 -05:00