Extension:LuaLexer
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
LuaLexer Release status: unmaintained |
|
---|---|
Implementation | API |
Description | Provides Lua lexer for Scribunto. |
Author(s) | |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: README, LDoc |
Translate the LuaLexer extension | |
LuaLexer provides a lexer for Scribunto modules.
Installation
editLuaLexer depends on modules from the Scribunto extensions.
- Download and place the file(s) in a directory called
LuaLexer
in yourextensions/
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
editFor further help, see the generated LuaLexer documentation.
Development
editFor recreating the Vagrant-based development environment, see LuaLexer: Topics/Vagrant.