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
Nathan Vegdahl d534d6470f Detect file language before file indent style.
Fixes #378.  The issue was that because indent style detection
ran before language detection, there was no language indent
style to fall back on if indent style detection failed, so it
would just default to 2 spaces.
3 years ago
..
clipboard.rs Don't run wl-copy with --foreground 3 years ago
document.rs Detect file language before file indent style. 3 years ago
editor.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
graphics.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
input.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
keyboard.rs fix: crossterm -> input key conversion 3 years ago
lib.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
macros.rs Replace `Editor::current` by a macro 3 years ago
register_selection.rs Implement missing Debug and update Cargo.lock 3 years ago
theme.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
tree.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
view.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago