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/Makefile | |
parent | 45943b854c98a2300f9c35dcf9b88d889fd33709 (diff) | |
download | freebsd-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/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 79b5cba41c67..22a8de2b9812 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -53,6 +53,7 @@ SUBDIR += gobby SUBDIR += gomate SUBDIR += gummi + SUBDIR += helix SUBDIR += heme SUBDIR += hexcurse SUBDIR += hexedit |