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
Michael Davis ec27d0707a
Highlight Rust doc comments with markdown
The test changes are needed because of the changes to comment parsing.
The `1..36` to `1..37` change is because line comments now consume the
newline.
2024-02-22 11:10:14 -05:00
.cargo
.github
book Add Groovy grammar (#9350) 2024-02-19 18:37:02 +01:00
contrib
docs
helix-core Highlight Rust doc comments with markdown 2024-02-22 11:10:14 -05:00
helix-dap
helix-event
helix-loader
helix-lsp fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
helix-parsec
helix-stdx
helix-term Make mouse click extend selection in select mode (#5436) 2024-02-19 14:08:26 +01:00
helix-tui build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617) 2024-02-13 09:57:37 +09:00
helix-vcs
helix-view Make mouse click extend selection in select mode (#5436) 2024-02-19 14:08:26 +01:00
runtime Highlight Rust doc comments with markdown 2024-02-22 11:10:14 -05:00
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump textwrap from 0.16.0 to 0.16.1 (#9674) 2024-02-20 17:07:16 +01:00
Cargo.toml
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml Highlight Rust doc comments with markdown 2024-02-22 11:10:14 -05:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml

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!