pygments.lexers.foxpro

Simple lexer for Microsoft Visual FoxPro source code.

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

Lexer for Microsoft Visual FoxPro language.

FoxPro syntax allows to shorten all keywords and function names to 4 characters. Shortened forms are not recognized by this lexer.

New in Pygments 1.6.

Project Versions

This Page