module documentation

pygments.lexers.scripting ~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer for scripting and embedded languages. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class AppleScriptLexer For AppleScript source code, including `AppleScript Studio <http://developer.apple.com/documentation/AppleScript/ Reference/StudioReference>`_. Contributed by Andreas Amann <aamann@mac.com>.
Class ChaiscriptLexer For ChaiScript source code.
Class EasytrieveLexer Easytrieve Plus is a programming language for extracting, filtering and converting sequential data. Furthermore it can layout data for reports. It is mainly used on mainframe platforms and can access several of the mainframe's native file formats...
Class HybrisLexer For Hybris source code.
Class JclLexer Job Control Language (JCL) is a scripting language used on mainframe platforms to instruct the system on how to run a batch job or start a subsystem. It is somewhat comparable to MS DOS batch and Unix shell scripts.
Class LSLLexer For Second Life's Linden Scripting Language source code.
Class LuaLexer For Lua source code.
Class MiniScriptLexer For MiniScript source code.
Class MOOCodeLexer For MOOCode (the MOO scripting language).
Class MoonScriptLexer For MoonScript source code.
Class RexxLexer Rexx is a scripting language available for a wide range of different platforms with its roots found on mainframe systems. It is popular for I/O- and data based tasks and can act as glue language to bind different applications together.