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. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | APICategory:API extensions |
Description | Provides Lua lexer for Scribunto. |
Author(s) | |
Compatibility policy | Master maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | Category:Extensions without MediaWiki version |
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
LuaLexer 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
For further help, see the generated LuaLexer documentation.
Development
For recreating the Vagrant-based development environment, see LuaLexer: Topics/Vagrant.
See also
External links
Category:API extensions
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with master compatibility policy
Category:Extensions without MediaWiki version
Category:Extensions without an image
Category:GPL licensed extensions
Category:ScribuntoExternalLibraryPaths extensions
Category:Unmaintained extensions