52a43bcdfc
* highlights(bash): rework keywords section * Use more specified scope when possible for keywords like @keyword.repeat. * Add more keywords like "local" or "unsetenv". Limitation: * Bash doesn't allow you to have a local variable outside of a function, so maybe we need to have better queries to not highlight the local in this case. * If we name a function with a keyword (such as unset or local), it will use the highlight scope "keyword" instead of "function". * indents(css, make): add basic queries * Despite the fact that queries look simple, they improve indentation in some edge cases that helix couldn't handle correctly by default. |
10 months ago | |
---|---|---|
.cargo | 2 years ago | |
.github | 10 months ago | |
book | 10 months ago | |
contrib | 1 year ago | |
docs | 12 months ago | |
helix-core | 10 months ago | |
helix-dap | 11 months ago | |
helix-event | 12 months ago | |
helix-loader | 10 months ago | |
helix-lsp | 10 months ago | |
helix-parsec | 12 months ago | |
helix-stdx | 10 months ago | |
helix-term | 10 months ago | |
helix-tui | 10 months ago | |
helix-vcs | 11 months ago | |
helix-view | 10 months ago | |
runtime | 10 months ago | |
xtask | 12 months ago | |
.envrc | 12 months ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 1 year ago | |
Cargo.lock | 10 months ago | |
Cargo.toml | 10 months ago | |
LICENSE | 4 years ago | |
README.md | 11 months ago | |
base16_theme.toml | 2 years ago | |
default.nix | 2 years ago | |
flake.lock | 12 months ago | |
flake.nix | 11 months ago | |
grammars.nix | 10 months ago | |
languages.toml | 10 months ago | |
logo.svg | 11 months ago | |
logo_dark.svg | 11 months ago | |
logo_light.svg | 11 months ago | |
rust-toolchain.toml | 12 months ago | |
rustfmt.toml | 3 years ago | |
screenshot.png | 3 years ago | |
shell.nix | 2 years ago | |
theme.toml | 2 years ago |
README.md
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.
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
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!