---
name: lua-mode.el
version: 1.26_1
origin: lang/lua-mode.el
comment: Emacs/XEmacs major mode for editing Lua scripts
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: jre@vineyard.net
prefix: /usr/local
licenselogic: single
flatsize: 36908
desc: |
  Emacs/XEmacs major mode for editing Lua scripts.  Includes syntax
  highlighting, auto-indent, interactive lua shell, paren and brace
  matching, auto-move to function or block begin/end.
categories: [lang, elisp]
files:
  /usr/local/lib/xemacs/site-lisp/lua-mode.el: '-'
  /usr/local/share/emacs/site-lisp/lua-mode.el: 0c52dba277a9708a92185998dd9bce0bf7925ea131b5bae478371944e2ef49f5
directories:
  /usr/local/lib/xemacs/site-lisp/: n
  /usr/local/lib/xemacs/: n
scripts: {}
message: |
  To use lua-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:

  (autoload 'lua-mode "lua-mode" "Mode for editing Lua source files")
  (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
