1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
A post-modern modal text editor. https://helix-editor.com
Go to file
Frans Skarman 9eec9adb8f
Add LPF tree sitter (#8536)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2023-10-27 01:32:49 +02:00
.cargo
.github CI: Publish stable book before master (#8621) 2023-10-26 23:07:36 +09:00
book Add LPF tree sitter (#8536) 2023-10-27 01:32:49 +02:00
contrib Add changelog notes for 23.10 (#8086) 2023-10-26 01:10:45 +09:00
docs Fix search highlighting for the default docs theme (#8270) 2023-09-13 16:37:39 +02:00
helix-core Revert "Pin tree-sitter to the 0.20.10 release (#8396)" 2023-10-26 15:58:10 +09:00
helix-dap
helix-event
helix-loader Add optional runtime fallback directory (#8610) 2023-10-26 01:08:01 +09:00
helix-lsp build(deps): bump tokio from 1.32.0 to 1.33.0 (#8501) 2023-10-10 18:47:04 +09:00
helix-parsec
helix-term Add helix-specific ignore files (#8099) 2023-10-21 04:20:29 -05:00
helix-tui crossterm: Handle 'hidden' modifier (#8120) 2023-08-31 15:11:01 +09:00
helix-vcs Fix 'Tree::lookup_entry_by_path' usage 2023-10-16 12:43:00 +09:00
helix-view Make parse_macro work for "-" outside "<..>" (#8475) 2023-10-12 14:09:57 +02:00
runtime Add LPF tree sitter (#8536) 2023-10-27 01:32:49 +02:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock Revert "Pin tree-sitter to the 0.20.10 release (#8396)" 2023-10-26 15:58:10 +09:00
Cargo.toml Revert "Pin tree-sitter to the 0.20.10 release (#8396)" 2023-10-26 15:58:10 +09:00
CHANGELOG.md Add changelog notes for 23.10 (#8086) 2023-10-26 01:10:45 +09:00
default.nix
flake.lock
flake.nix Build flake packages with stable Rust (#8133) 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml Add LPF tree sitter (#8536) 2023-10-27 01:32:49 +02:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml
VERSION Add changelog notes for 23.10 (#8086) 2023-10-26 01:10:45 +09:00

Helix

Build status GitHub Release Documentation GitHub contributors Matrix Space

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to Emacs) in wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @jakenvac for designing the logo!