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-plus/helix-view/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
..
document.rs Hacky way to specify indent scopes per language via toml configs. 3 years ago
editor.rs Only send the document close event if we're closing the underlying buffer 3 years ago
lib.rs Derive a separate ViewId type. 3 years ago
theme.rs clippy lint 3 years ago
tree.rs Render a separator between vertical splits. 3 years ago
view.rs View::new is infallible, so is editor.switch/new_file. 3 years ago