freebsd-ports/devel/lua-mode/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

10 lines
373 B
Text

lua-mode is an Emacs major mode for editing Lua files.
Main features:
- syntactic indentation & highlighting (incl. multiline literals/comments)
- evaluation of lines/regions/functions/files in Lua subprocess or direct
interaction with its REPL
- documentation lookup (using online/offline reference manual, e.g.
string.find
- imenu integration
- HideShow integration