           MODULE=vis
          VERSION=0.9
           SOURCE=$MODULE-$VERSION.tar.gz
  SOURCE_URL_FULL=https://github.com/martanne/vis/archive/refs/tags/v0.9.tar.gz
       SOURCE_VFY=sha256:bd37ffba5535e665c1e883c25ba5f4e3307569b6d392c60f3c7d5dedd2efcfca
         WEB_SITE=https://github.com/martanne/vis#vis-a-vim-like-text-editor
          ENTERED=20200125
          UPDATED=20250326
            SHORT="Modern, legacy free, simple yet efficient vim-like editor"

cat << EOF
Vis aims to be a modern, legacy-free, simple yet efficient editor, combining
the strengths of both vi(m) and sam.
It extends vi's modal editing with built-in support for multiple cursors/
selections and combines it with sam's structural regular expression based
command language.
A universal editor, it has decent Unicode support and should cope with
arbitrary files, including large, binary or single-line ones.
Efficient syntax highlighting is provided using Parsing Expression Grammars,
which can be conveniently expressed using Lua in the form of LPeg.
EOF
