mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
17 lines
768 B
Plaintext
17 lines
768 B
Plaintext
A full-featured, super fast implementation of Shaun Lebron's parinfer.
|
|
|
|
Parinfer is a proof-of-concept editor mode for Lisp programming
|
|
languages. It simplifies the way we write Lisp by auto-adjusting
|
|
parens when indentation changes and vice versa. The hope is to
|
|
make basic Lisp-editing easier for newcomers and experts alike,
|
|
while still allowing existing plugins like Paredit to satisfy the
|
|
need for more advanced operations.
|
|
|
|
Parinfer-rust comes with plugins for Kakoune, Vim8, and Neovim.
|
|
The Rust library can be called from other editors that can load
|
|
dynamic libraries.
|
|
|
|
This plugin implements "smart" mode. Rather than switching between
|
|
"paren" mode and "indent" mode, parinfer uses information about how
|
|
the user is changing the file to decide what to do.
|