You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/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.
3 years ago
..
ui Drop some useless imports. 3 years ago
application.rs Remove some of the panics, just log instead. 3 years ago
commands.rs Hacky way to specify indent scopes per language via toml configs. 3 years ago
compositor.rs Simplify the compositor callback. 3 years ago
keymap.rs Implement most of the view mode (z). 3 years ago
main.rs Inline tui as helix-tui fork. 3 years ago