helix-mods/helix-core/src
Blaž Hrastnik 4a9d1163e0 Hacky way to specify indent scopes per language via toml configs.
Can't do it via a scm query nicely because it returns an iterator over
all the matches, whereas we want to traverse the tree ourselves.

Can't extract the pattern data from a parsed query either.

Oh well, toml files for now.
2021-05-14 19:21:46 +09:00
..
auto_pairs.rs Implement pair expansion when pressing new line between bracket pairs. 2021-05-06 23:02:32 +09:00
comment.rs Fully drop State references. 2021-03-31 15:45:18 +09:00
diagnostic.rs Add the :new command, don't crash if saving without filename. 2021-05-07 14:19:58 +09:00
graphemes.rs clippy lint 2021-03-24 14:58:01 +09:00
history.rs doc: Be smarter about calculating modified status. 2021-05-03 17:23:11 +09:00
indent.rs Hacky way to specify indent scopes per language via toml configs. 2021-05-14 19:21:46 +09:00
lib.rs Make the config dir locator work on Windows. 2021-05-10 16:21:55 +09:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs minor: Remove a few unwraps. 2021-03-26 11:03:14 +09:00
movement.rs Fix selection rendering, it would be off by 1 if reverse. 2021-04-07 16:57:58 +09:00
object.rs minor: Remove a few unwraps. 2021-03-26 11:03:14 +09:00
position.rs clippy lint 2021-03-24 14:58:01 +09:00
register.rs Simple yank/paste registers. 2020-10-13 23:13:56 +09:00
search.rs Implement the f/t/F/T find/till family of commands. 2021-03-11 16:15:27 +09:00
selection.rs Lint 2021-05-09 17:13:59 +09:00
state.rs Finish hiding doc.state / State as an implementation detail. 2021-03-18 15:07:02 +09:00
syntax.rs Hacky way to specify indent scopes per language via toml configs. 2021-05-14 19:21:46 +09:00
transaction.rs core: Improve changeset composition behavior. 2021-04-06 19:01:48 +09:00