r/o

languages: add Caddyfile support (#13859) 91dff939 parent 0ca12250

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

authored by Kristoffer Plagborg Bak SΓΈrensen committed by GitHub

πŸ‘€
.cargo
Add hook/event system 2 years ago
πŸ‘€
.github
Remove blank_issue template
πŸ‘€
9 months ago
πŸ‘€
book
languages: add Caddyfile support (#13859)
πŸ‘€
8 months ago
πŸ‘€
contrib
feat: add ConsoleOnly to desktop entry categories (#13236) 11 months ago
πŸ‘€
docs
fix: typos (#13505) 10 months ago
πŸ‘€
helix-core
update imara-diff (#13722) 9 months ago
πŸ‘€
helix-dap
DAP: Support the startDebugging reverse request (#13403) 8 months ago
πŸ‘€
helix-event
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
helix-loader
Replace tree-sitter with tree-house 10 months ago
πŸ‘€
helix-lsp
DAP: Support the startDebugging reverse request (#13403) 8 months ago
πŸ‘€
helix-lsp-types
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
helix-parsec
fix(clippy): clippy 1.83 lints (#12150) 1 year ago
πŸ‘€
helix-stdx
build(deps): bump the rust-dependencies group with 3 updates (#13777)
πŸ‘€
9 months ago
πŸ‘€
helix-term
Re-detect `.editorconfig` on `:config-reload` (#13443) 8 months ago
πŸ‘€
helix-tui
Fix typo in helix-tui text module docs (#13860) 8 months ago
πŸ‘€
helix-vcs
update imara-diff (#13722) 9 months ago
πŸ‘€
helix-view
helix-view: expand primary selection line range in shell commands (#13840) 8 months ago
πŸ‘€
runtime
languages: add Caddyfile support (#13859)
πŸ‘€
8 months ago
πŸ‘€
xtask
Consistently use `helix_core::config::default_{lang,config}_loader`
πŸ‘€
9 months ago
πŸ‘€
.envrc
direnv: Watch changes to default.nix
πŸ‘€
1 year ago
πŸ‘€
.gitattributes
Help Linguist identify Tree-sitter queries (#13436) 10 months ago
πŸ‘€
.gitignore
fix: added .DS_Store to gitignore 1 year ago
πŸ‘€
CHANGELOG.md
Fix typos (#12690) 1 year ago
πŸ‘€
Cargo.lock
build(deps): bump libc in the rust-dependencies group (#13827)
πŸ‘€
8 months ago
πŸ‘€
Cargo.toml
DAP: Support the startDebugging reverse request (#13403) 8 months ago
πŸ‘€
LICENSE
Add the LICENSE file. 4 years ago
πŸ‘€
README.md
Fix repology badge (#11895) 1 year ago
πŸ‘€
base16_theme.toml
base16_default: add styles to newer unthemed features (#10858)
πŸ‘€
1 year ago
πŸ‘€
default.nix
fix: fix support for grammar overlays and include predicate (#13603) (#13613) 9 months ago
πŸ‘€
flake.lock
flake: drop flake-utils dependency 10 months ago
πŸ‘€
flake.nix
fix: typos (#13505) 10 months ago
πŸ‘€
grammars.nix
chore: clean up grammars.nix (#13506) 10 months ago
πŸ‘€
languages.toml
languages: add Caddyfile support (#13859)
πŸ‘€
8 months ago
πŸ‘€
logo.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
logo_dark.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
logo_light.svg
Reduce logo sizes even more (#9211)
πŸ‘€
2 years ago
πŸ‘€
rust-toolchain.toml
chore(msrv): bump from 1.76 to 1.82 (#13275)
πŸ‘€
10 months ago
πŸ‘€
rustfmt.toml
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 4 years ago
πŸ‘€
screenshot.png
update screenshot (#1879) 3 years ago
πŸ‘€
shell.nix
build(nix): update flake deps, add default.nix file 3 years ago
πŸ‘€
theme.toml
Allow theming directory prompt completions (#12205) 1 year ago

README.md

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

Although it’s primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using 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!