diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2021-09-18 07:11:13 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2021-09-18 07:13:40 +0000 |
commit | 430f5e1fdff4644bc9a7547ceea62a927cd61578 (patch) | |
tree | 37828211a217d193a95286503fc52079b179eb48 /editors/helix/pkg-descr | |
parent | 45943b854c98a2300f9c35dcf9b88d889fd33709 (diff) | |
download | ports-430f5e1fdff4644bc9a7547ceea62a927cd61578.tar.gz ports-430f5e1fdff4644bc9a7547ceea62a927cd61578.zip |
editors/helix: New port: Post-modern modal text editor
A kakoune / neovim inspired editor, written in Rust.
Features:
o Vim-like modal editing
o Multiple selections
o Built-in language server support
o Smart, incremental syntax highlighting and code
editing via tree-sitter
WWW: https://helix-editor.com/
Diffstat (limited to 'editors/helix/pkg-descr')
-rw-r--r-- | editors/helix/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/helix/pkg-descr b/editors/helix/pkg-descr new file mode 100644 index 000000000000..a0595e1850bf --- /dev/null +++ b/editors/helix/pkg-descr @@ -0,0 +1,14 @@ +A kakoune / neovim inspired editor, written in Rust. + +Features: + + o Vim-like modal editing + + o Multiple selections + + o Built-in language server support + + o Smart, incremental syntax highlighting and code + editing via tree-sitter + +WWW: https://helix-editor.com/ |