Extension:LuaLexer

Revision as of 10:05, 5 June 2020 by Jeblad (talk | contribs)
MediaWiki extensions manual
LuaLexer
Release status: experimental
Implementation API
Description Provides Lua lexer for Scribunto.
Author(s)
  • John Erling Blad (Jebladtalk)
Compatibility policy Master maintains backward compatibility.
MediaWiki
Database changes No
License GNU General Public License 2.0 or later
Download
README, LDoc
Translate the LuaLexer extension
This extension is still under development!

LuaLexer provides a lexer for Scribunto modules.

Installation

LuaLexer depends on modules from the Scribunto extensions.

  • Download and place the file(s) in a directory called LuaLexer in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'LuaLexer' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

For further help, see the generated LuaLexer documentation.

Development

For recreating the Vagrant-based development environment, see LuaLexer: Topics/Vagrant.

See also