pygments.lexers.other

Lexers for other languages.

copyright:Copyright 2006-2013 by the Pygments team, see AUTHORS.
license:BSD, see LICENSE for details.
class pygments.lexers.other.BrainfuckLexer(**options)[source]

Lexer for the esoteric BrainFuck language.

class pygments.lexers.other.BefungeLexer(**options)[source]

Lexer for the esoteric Befunge language.

New in Pygments 0.7.

class pygments.lexers.other.RedcodeLexer(**options)[source]

A simple Redcode lexer based on ICWS‘94. Contributed by Adam Blinkinsop <blinks@acm.org>.

New in Pygments 0.8.

class pygments.lexers.other.MOOCodeLexer(**options)[source]

For MOOCode (the MOO scripting language).

New in Pygments 0.9.

class pygments.lexers.other.SmalltalkLexer(**options)[source]

For Smalltalk syntax. Contributed by Stefan Matthias Aust. Rewritten by Nils Winter.

New in Pygments 0.10.

class pygments.lexers.other.LogtalkLexer(**options)[source]

For Logtalk source code.

New in Pygments 0.10.

class pygments.lexers.other.GnuplotLexer(**options)[source]

For Gnuplot plotting scripts.

New in Pygments 0.11.

class pygments.lexers.other.PovrayLexer(**options)[source]

For Persistence of Vision Raytracer files.

New in Pygments 0.11.

class pygments.lexers.other.AppleScriptLexer(**options)[source]

For AppleScript source code, including AppleScript Studio. Contributed by Andreas Amann <aamann@mac.com>.

class pygments.lexers.other.ModelicaLexer(**options)[source]

For Modelica source code.

New in Pygments 1.1.

class pygments.lexers.other.RebolLexer(**options)[source]

A REBOL lexer.

New in Pygments 1.1.

class pygments.lexers.other.ABAPLexer(**options)[source]

Lexer for ABAP, SAP’s integrated language.

New in Pygments 1.1.

class pygments.lexers.other.NewspeakLexer(**options)[source]

For Newspeak <http://newspeaklanguage.org/> syntax.

class pygments.lexers.other.GherkinLexer(**options)[source]

For Gherkin <http://github.com/aslakhellesoy/gherkin/> syntax.

New in Pygments 1.2.

class pygments.lexers.other.AsymptoteLexer(**options)[source]

For Asymptote source code.

New in Pygments 1.2.

class pygments.lexers.other.PostScriptLexer(**options)[source]

Lexer for PostScript files.

The PostScript Language Reference published by Adobe at <http://partners.adobe.com/public/developer/en/ps/PLRM.pdf> is the authority for this.

New in Pygments 1.4.

class pygments.lexers.other.AutohotkeyLexer(**options)[source]

For autohotkey source code.

New in Pygments 1.4.

class pygments.lexers.other.GoodDataCLLexer(**options)[source]

Lexer for GoodData-CL script files.

New in Pygments 1.4.

class pygments.lexers.other.MaqlLexer(**options)[source]

Lexer for GoodData MAQL scripts.

New in Pygments 1.4.

class pygments.lexers.other.ProtoBufLexer(**options)[source]

Lexer for Protocol Buffer definition files.

New in Pygments 1.4.

class pygments.lexers.other.HybrisLexer(**options)[source]

For Hybris source code.

New in Pygments 1.4.

class pygments.lexers.other.AwkLexer(**options)[source]

For Awk scripts.

New in Pygments 1.5.

class pygments.lexers.other.Cfengine3Lexer(**options)[source]

Lexer for CFEngine3 policy files.

New in Pygments 1.5.

class pygments.lexers.other.SnobolLexer(**options)[source]

Lexer for the SNOBOL4 programming language.

Recognizes the common ASCII equivalents of the original SNOBOL4 operators. Does not require spaces around binary operators.

New in Pygments 1.5.

class pygments.lexers.other.ECLLexer(**options)[source]

Lexer for the declarative big-data ECL language.

New in Pygments 1.5.

class pygments.lexers.other.UrbiscriptLexer(**options)[source]

For UrbiScript source code.

New in Pygments 1.5.

class pygments.lexers.other.OpenEdgeLexer(**options)[source]

Lexer for OpenEdge ABL (formerly Progress) source code.

New in Pygments 1.5.

class pygments.lexers.other.BroLexer(**options)[source]

For Bro scripts.

New in Pygments 1.5.

class pygments.lexers.other.MscgenLexer(**options)[source]

For Mscgen files.

New in Pygments 1.6.

class pygments.lexers.other.KconfigLexer(**options)[source]

For Linux-style Kconfig files.

New in Pygments 1.6.

class pygments.lexers.other.VGLLexer(**options)[source]

For SampleManager VGL source code.

New in Pygments 1.6.

class pygments.lexers.other.SourcePawnLexer(**options)[source]

For SourcePawn source code with preprocessor directives.

New in Pygments 1.6.

class pygments.lexers.other.RobotFrameworkLexer(**options)

For Robot Framework test data.

Supports both space and pipe separated plain text formats.

New in Pygments 1.6.

class pygments.lexers.other.PuppetLexer(**options)[source]

For Puppet configuration DSL.

New in Pygments 1.6.

class pygments.lexers.other.NSISLexer(**options)[source]

For NSIS scripts.

New in Pygments 1.6.

class pygments.lexers.other.RPMSpecLexer(**options)[source]

For RPM *.spec files

New in Pygments 1.6.

class pygments.lexers.other.CbmBasicV2Lexer(**options)[source]

For CBM BASIC V2 sources.

New in Pygments 1.6.

class pygments.lexers.other.AutoItLexer(**options)[source]

For AutoIt files.

AutoIt is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting

New in Pygments 1.6.

Project Versions

This Page